timwhit
Hairy Aussie
I'd like to use rsync to sync directories between two locally mounted drives on Windows. This is very easy to setup with rsync on *nix.
I installed DeltaCopy, which purports to be a wrapper around rsync for Windows. However, I can see absolutely no way to do what I want. It wants me to either setup a server, which I don't want. Or to setup a client profile which points to a server by hostname or IP. Is there anyway to use rsync on Windows the way I do on Linux?
Code:
rsync -r -t -v --delete -l -s /home/user/documents /media/backup
I installed DeltaCopy, which purports to be a wrapper around rsync for Windows. However, I can see absolutely no way to do what I want. It wants me to either setup a server, which I don't want. Or to setup a client profile which points to a server by hostname or IP. Is there anyway to use rsync on Windows the way I do on Linux?