rsync -auz -e 'ssh -p 43378 -i /home/key' /data/svn/ root@192.168.1.254:/data/backup
rsync指定ssh端口进行文件同步的方法
Specify identity file (id_rsa) with rsync