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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -