码迷,mamicode.com
首页 > 其他好文 > 详细

分发系统:自动同步文件脚本

时间:2017-07-18 10:01:25      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:sync   span   bin   bsp   pass   eof   color   chm   安装   

[root@root ~]# cat 4.expect
#!/usr/bin/expect set passwd "123456" spawn rsync -av /tmp/1.txt root@192.168.11.18:/tmp/ # 要求两端都安装 rsync expect { "yes/no" { send "yes\r" } "password:" { send "$passwd\r" } } expect eof
[root@localhost ~]# chmod a+x 4.expect 
[root@localhost ~]# ./4.expect 

 

 

 

 

    

分发系统:自动同步文件脚本

标签:sync   span   bin   bsp   pass   eof   color   chm   安装   

原文地址:http://www.cnblogs.com/pzk7788/p/7198499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!