touch a.txt 创建文件
rsync -avz aaa.txt rsync_backup@192.168.226.169::backup --password-file=/etc/rsync.password 推送文件
sending incremental file list
a.txt
sent 90 bytes received 43 bytes 53.20 bytes/sec
total size is 0 speedup is 0.00
4.客户端拉取文件
rsync -avz rsync_backup@192.168.226.169::backup --password-file=/etc/rsync.password /data 拉取文件
receiving incremental file list
created directory /data
./
a.txt
sent 69 bytes received 195 bytes 105.60 bytes/sec
total size is 0 speedup is 0.00