首页 > 其他 > 详细

rsync工具报错

时间:2016-05-25 11:20:12      阅读:139      评论:0      收藏:0      [点我收藏+]


今天使用rsync工具实现远程同步,报错了,记得以前也出现过这样的情况,居然忘记怎么解决了,查了一下资料,在这里做个记录,以免下次又忘记还要到处找解决方法:

[root@xin-m src]# rsync -avzP root@192.168.244.105:/usr/local/src/ .


rsync: Failed to exec ssh: No such file or directory (2)

rsync error: error in IPC code (code 14) at pipe.c(84) [receiver=3.0.6]

rsync: connection unexpectedly closed (0 bytes received so far) [receiver]

rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6]

解决方法如下:

yum install openssh-clients


rsync工具报错

原文:http://dongxin.blog.51cto.com/3486403/1782892

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!