Rsync

Version Date Notes By
0.1 2018-04-04 Initial release jfm

Rsync for windows

Software used: https://itefix.net/cwrsync

The free version only allows to be used by command line

How to use

After unziping the downloaded file use the rsync.exe command inside the bin folder.

In windows drives must be replaced by /cygdrive/drive-letter/ and the path separator must always be /

Usage example:

rsync.exe -rvah --chmod=ugo=rwX --log-file=rsync.txt /cygdrive/f/folder-to-sync/* /cygdrive/e/destination-folder/

To check for more options simply run rsync.exe -h

When rsyncing from linux to windows, always include --chmod=ugo=rwX on you commands, without this options windows permissions will be messed up

Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.