mysql - how do I use cygwin to rsync files? -
how do that? instructions :)
well, download cygwin, install packages. download unison.
c:\cygwin\bin\unison-2.32.exe -sshcmd=c:\cygwin\bin\ssh.exe /cygdrive/c/users/yourlogin/desktop/somefolder/ ssh://server.domain.com///dir1/dir2/ -ignore 'path */someotherdir' -ignore 'name somefile' -owner -group -terse -batch
Comments
Post a Comment