rsync -e ‘ssh -p 22222’ -rtz –delete content_dir/ user@example.com:/home/user/public_html
输入命令后,它会询问远程位置的密码.当我输入它时,它会随消息一起退出,
stdin: is not a tty
如何为rsync提供密码?当我在shell脚本中使用它时,建议的方法也应该工作.
[ -z “$PS1” ] && return
到你家里的.bashrc的开头.