首页 > 其他 > 详细

rsync

时间:2020-03-31 22:53:59      阅读:77      评论:0      收藏:0      [点我收藏+]

rsync的一些小功能

cp功能:
复制目录:
rsync  -r /etc  /tmp

复制文件 
rsync  -a /etc/hosts  /tmp   

scp远程复制功能:
rsync /etc/hosts 10.0.0.4:/tmp

ls功能:
rsync chenleilei/123.txt
-rw-r--r-- 0 2018/05/03 21:35:51 123.txt

rm功能(只能删除目录内的所有文件)
清空目录
rsync --delete -r  null/  data/ 
清空文件内容
rsync -r --delete /null.txt  /opt/hosts 

 

rsync

原文:https://www.cnblogs.com/wuhg/p/12609157.html

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