系统相关
首页 > 系统相关> > linux rsync 远程同步工具

linux rsync 远程同步工具

作者:互联网

 

 

 

 

 

 

 从 192.168.1.101 copy 数据到 192.168.1.102

rsync -rvl abc.txt  root@192.168.1.102:/opt/

 

编写xsync 脚本 集群分发脚本小功能

 

 

                     //执行下面操作       

                     xsync /opt/software

标签:opt,脚本,rsync,xsync,192.168,1.102,linux,远程
来源: https://www.cnblogs.com/developer-ios/p/12230805.html