Saturday, June 8, 2013

Using Rsync and SSH Keys


Using Rsync with SSH keys
rsync -avz -e “ssh -i /home/thisuser/cron/thishost-rsync-key” remoteuser@remotehost:/remote/dir /this/dir/

No comments: