Automating rsync with a Simple Expect Script

158
Anonymous Reader writes “Expect is a great tool in a system administrators arsenal and can be used to easily automate tasks that require periodic user input. This can allow the administrator to make better use of their time than watching the application or utility to spot the next time it requires input. This short article provides an example script that uses Expect to automate a series of rsync operations using an ssh tunnel.”

Link: rootprompt.org

Category:

  • Linux