Windows (Guest):
rsync --daemon --verbose --no-detach --config=rsyncd.conf --port=2222Host:
rsync -avzr scripts/ rsync://windows_hostname:2222:/tmp/scripts| use chroot = false | |
| strict modes = false | |
| hosts allow = * | |
| log file = /cygdrive/c/tools/rsync/rsyncd.log | |
| pid file = /cygdrive/c/tools/rsync/rsyncd.pid | |
| [tmp] | |
| comment = Vagrant tmp drive | |
| path = /cygdrive/c/tmp/vagrant | |
| read only = false |