环境:
centos6.0 64位
rsync 3.0.6

问题:

[root@lfs ~]# rsync -avz /data/* root@10.0.0.102:/data/* 
bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]

原因:目标服务器没有安装rsync

解决办法:

#目标服务器执行
yum -y install rsync

相关文章:

  • 2021-07-09
  • 2021-08-23
  • 2021-04-06
  • 2021-06-09
  • 2021-09-10
  • 2021-07-25
猜你喜欢
  • 2021-08-19
  • 2021-09-05
  • 2021-07-17
  • 2021-07-22
  • 2021-08-11
  • 2021-10-11
  • 2021-05-15
相关资源
相似解决方案