一个自动远程拷贝expect脚本(基于sync命令的Shell/Bash脚本)
expect自动远程拷贝脚本,利用rsync命令,脚本内容如下:
#!/usr/bin/expect —
proc Usage_Exit {self} {
puts “”
puts “Usage: $self ip user passwd port sourcefile destdir direction bwlimit timeout”
puts “”
puts ” sourcefile: a file or directory to be transferred”
puts ” ….[阅读全文]