20.31 expect脚本同步文件
20.32 expect脚本指定host和要同步的文件
20.33 构建文件分发系统
20.34 批量远程执行命令
分类:
其他好文 时间:
2018-04-26 01:08:21
阅读次数:
161
expect脚本同步文件[root@centos7-3shell]#vi1.expect#!/usr/bin/expectsetpasswd"123456"spawnrsync-avroot@192.168.1.83:/tmp/12.txt/tmp/expect{"yes/no"{send"yes\r"}"password:"{send"$passwd\r"}}expecteof[root@cen
分类:
其他好文 时间:
2018-03-01 11:46:17
阅读次数:
126
expect脚本同步文件1.自动同步文件[root@garytao-01shell]#vi4.expect增加如下脚本内容:#!/usr/bin/expectsetpasswd"123456"spawnrsync-avroot@172.16.111.110:/tmp/12.txt/tmp/expect{"yes/no"{send"yes\r"}"password:"{send"$passwd\r"
分类:
其他好文 时间:
2018-02-27 17:43:49
阅读次数:
202
20.31expect脚本同步文件自动同步文件1.同步远程机器hao2上/tmp/12.txt文件到本机/tmp/下:[root@hao-01~]#vim4.expect添加内容:#!/usr/bin/expectsetpasswd"admin"spawnrsync-avroot@192.168.211.129:/tmp/12.txt/tmp/expect{"yes/no"{send"yes\r"}"password:"{send"$passwd\..
分类:
其他好文 时间:
2017-09-21 15:52:02
阅读次数:
212