SSH + RSync for Backups
George takes us to the next place in SSH by using RSync to back up.
The text to copy and edit for your automator is below. It is all one line:
rsync -avrz -e “ssh -p 5346 -i .ssh/id_rsa” Documents username@home.homedns.org:/Volumes/ExternalDrive/Backups/Laptop






