How do you use an identity file with rsync?

前端 未结 6 1840
死守一世寂寞
死守一世寂寞 2020-12-22 20:31

How do you use an identity file with rsync?

This is the syntax I think I should be using with rsync to use an identity file to connect:

rsync -         


        
6条回答
  •  [愿得一人]
    2020-12-22 21:02

    Are you executing the command in bash or sh? This might make a difference. Try replacing ~ with $HOME. Try double-quoting the string for the -e option.

提交回复
热议问题