首页 > 其他 > 详细

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

时间:2020-09-01 11:06:18      阅读:91      评论:0      收藏:0      [点我收藏+]

[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

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

原文:https://www.cnblogs.com/ji-hf/p/13594819.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!