事实证明rsync不能用于具有.bashrc文件的远程服务器?
在本地客户端我运行rsync时得到:
protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) rsync error: protocol incompatibility (code 2) at compat.c(180) [sender=3.0.7]
正如建议here删除服务器上的.bashrc解决了问题.如何解决它而不删除.bashrc文件(暂时)?
@H_301_8@