zhouying23 发表于 2019-2-17 12:45:27

Linux rsync问题汇总

  报错:
rsync: failed to connect to xxx.xxx.xxx.xxx: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(124)
问题:
服务端的rsync服务未启动
解决方法:
到服务端执行:rsync --daemon --config=/etc/rsyncd.conf



页: [1]
查看完整版本: Linux rsync问题汇总