sh 使用rsync指定标识文件(id_rsa)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用rsync指定标识文件(id_rsa)相关的知识,希望对你有一定的参考价值。

rsync -arzv \
  -e "ssh -i /absolute_path/identity_file.pem" \
  remoteuser@remotehost:/remote/dir /this/dir/ 
  
#http://unix.stackexchange.com/questions/127352/specify-identity-file-id-rsa-with-rsync  

以上是关于sh 使用rsync指定标识文件(id_rsa)的主要内容,如果未能解决你的问题,请参考以下文章

rsync+shell脚本

rsync 免输入密码的解决办法

rsync+inotify实现实时备份

sh 使用rsync复制文件

sh Rsync仅限某些文件

使用rsync -arLP进行断点续传