环境:
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

相关文章:

  • 2022-02-27
  • 2021-11-27
  • 2021-12-11
  • 2021-10-22
  • 2021-07-28
  • 2021-11-01
  • 2022-03-04
猜你喜欢
  • 2021-08-19
  • 2021-09-05
  • 2021-07-17
  • 2021-07-22
  • 2021-08-11
  • 2021-10-11
  • 2021-11-01
相关资源
相似解决方案