Using Rsync over SSH
December 28th, 2007
The following command will synchronize a local folder called “Work” by pulling down any new files from a remote machine over ssh
SSH as a remote destination
rsync -avz -e ssh /home/username/Documents/Work/ username@192.168.1.12:/media/disk/Users/username