How to Use rsync client on windows, rsync Client
1.1 obtain the rsync software on windows (cwRsync)
CwRsync is a package containing Rsync in the Windows Client GUI. You can use cwRsync to quickly back up and synchronize remote files.
1.1.1 Official Website
Https://www.itefix.net/cwrsync
Download Method:
1. Click get on the page to get Free (Free Version)
2. Click Download cwRsync Free Edition!Download
1.1.2 after the download is complete, a compressed cwrsync_5.5.0_x86_free.zip package is obtained.
The package content is as follows:
[Root @ backup] # tree cwRsync_5.5.0_x86_Free
CwRsync_5.5.0_x86_Free
── Bin
│ ── Cygcrypto-1.0.0.dll.
│ ── Cyggcc_s-1.dll.
│ ── Cygiconv-2.dll.
│ ── Cygintl-8.dll.
│ ── Cygpopt-0.dll.
│ ── Cygssp-0.dll.
│ ── Cygwin1.dll
│ ── Cygz. dll
│ ── Rsync.exe
│ ── Ssh.exe
│ ── Ssh-keygen.exe.
── Cwrsync. cmd
── README.cwrsync.txt
── README.rsync.txt
1.2 How to Use cwrsync 1.2.1 extract the compressed package
Double-click cwrsync [. cmd] to install
1.2.2 there will be one more home directory after installation.
The directory stores ssh authentication information.
The installation is complete.
1.3 Use cwrsync 1.3.1 open cmd on windows (command prompt)
After the command is opened, switch the cmd path to the bin directory of the cwrysnc installation directory as the working directory.
1.3.2 push test on window
C: \ Users \ Administrator \ Desktop \ cwRsync_5.5.0_x86_Free \ bin> rsync.exe-avzP./cwRs
Ync_5.5.0_x86_Free.zip rsync_backup@172.16.1.41: backup -- password-file =./rsync.
Password
Sending incremental file list
CwRsync_5.5.0_x86_Free.zip
3,486,341 100% 21.11 MB/s 0:00:00 (xfr #1, to-chk = 0/1)
Sent 3,475,491 bytes encoded ed 34 bytes 2,317,016.67 bytes/sec
Total size is 3,486,341 speedup is 1.00
The rsync command on windows is basically similar to that on linux.
1.3.3 Server check
[Root @ backup] # ll cwRsync_5.5.0_x86_Free.zip
-Rwxrwx --- 1 rsync 3486341 Oct 12 cwRsync_5.5.0_x86_Free.zip
Now the rsync client on windows can be used normally.