The default identity for RSA authentication ssh protocol version 2 is ~/.ssh/

2013-05-10 05:50:57

rlp

My backup server has a different rsa key, so I need to select it with the rsync

-e option when rsync runs:

rsync -avz -e "ssh -i ~/.ssh/backup_id_rsa" /original backup@server:/backup/