Rsync over SSH

rsync -avz -e ssh remoteuser@remotehost:/remote/dir /this/dir/
rsync -avz --delete --numeric-ids -e ssh root@abc.ro:/media/self/ /mnt/sda2
/

Using Rsync and SSH

Author: WladyX on 8 April, 2008
Category: Scripts

Leave a Reply

Last articles