Rsync¶
Setup¶
If you aren't on windows, you probably have rsync installed already (or if it isn't, you can use your OS's package manager [or homebrew on macOS] to install it).
Windows¶
If you are running Windows, rsync is likely not installed.
Follow these steps to get rsync working in Git Bash (without having to install and configure a bunch of other tools):
Info
If you don't already have git and git bash installed, get it first.
- Download and open the latest rsync package from MSYS2.
- Copy the
usrfolder (fromrsync...tar.zst) intoC:\Program Files\Git.- This should merge the files into the existing
C:\Program Files\Git\usrfolder.
- This should merge the files into the existing
- Download the latest libxxhash package from MSYS2.
- Copy the
usrfolder (fromlibxxhash...tar.zst) intoC:\Program Files\Git.- This should merge the files into the existing
C:\Program Files\Git\usrfolder.
- This should merge the files into the existing
- You should now be able to type
rsyncin Git Bash and see the usage message.
Last modified: 2026-03-23 12:32 by Michael Stewart (3387906)