I have been using Git for Windows on my Windows 10 box. I use bash and other command line tools that come with it. I need rsync, but found it doesn't come with this package. I googled and found a mingw flavor of rsync. When I run it, it is complaining about missing zstd dll. I suspect I am mixing a tool built for one mingw environment with other.
Where can I find rsync that runs on windows as a portable exe or a version that runs as part of Git for Windows mingw environment?
Thanks for your help!
apt
on your system. – Sweptwing