The implementation of Rsync on Windows has several packaged tools, such as Deltacopy, Unison, and so on. After the comparison still think Cxrsync best use.
Advantages of Cwrsync:
1) Simple configuration. The Crgwin library file has been wrapped, and the download installation will be able to invoke the command directly to synchronize.
2 command line can be operated. Basically the same as on Unix (Deltacopy is graphical, Unison needs to be familiar).
Basic Operation steps:
1) Download, install Cwrsync.
2) (optional, dreamhost security is so bad, it is better to login directly with the password security, hey) Create key, enter command line mode, invoke Ssh-keygen command to create key. The location of the public and private key stores is placed in the default location. When completed, the public key string is stored in the ~/.ssh/authorized_keys file.
3 Enter command line mode, invoke rsync command:
Copy Code code as follows:
rsync--exclude= "/home/foo/tmp/"-avz foo@www.foobar.net:foobar.net/\ Mysites\www.jb51.net\
Description:--exclude filter out some irrelevant directories, such as the MT directory of Cache information, Foo and foobar please make appropriate replacement according to their situation.
Finally, consider calling if you prefer to schedule Windows tasks. I never use it anyway.