rsyncでsshに鍵指定する

rsyncでsshを使うときに鍵指定するメモ

rsync -av -e “ssh -i (鍵)” user@example.com:(コピー元) (コピー先)

ダブルクォーテーションで囲えばいいみたい