rsync命令 -- 虚拟机之间文件传输

[root@centos00 ~]# rsync -auvzr -e "ssh " install.log 192.168.255.255:/root/

The authenticity of host '192.168.255.255 (192.168.255.255)' can't be established.
RSA key fingerprint is ......
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.255.255' (RSA) to the list of known hosts.
root@192.168.255.255's password:
sending incremental file list
install.log
 
sent 11408 bytes  received 31 bytes  738.00 bytes/sec
total size is 49565  speedup is 4.33
posted @ 2020-09-01 10:39  初入门径  阅读(409)  评论(0)    收藏  举报