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

2013-05-10 05:50:57

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/