rsync.sh 134 B

12345678
  1. #!/usr/bin/expect
  2. spawn ./rsync -Kav ./CoEx rsync://root@localhost:10873/root/var/root
  3. expect "Password:*"
  4. send "alpine\r"
  5. interact