栏目分类:
子分类:
返回
文库吧用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
文库吧 > IT > 系统运维 > 运维 > Linux

rsync文件同步错误合集

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

rsync文件同步错误合集

1.  服务端主动同步文件至客户端时报错

有以下三个错误

错误1:

rsync: failed to set times on "." (in common): Operation not permitted

解决方案:在rsyncd.conf配置文件中添加

fake super = yes

错误2:

rsync: read error: Connection reset by peer (104)
sync error: error in socket IO (code 10) at io.c(785) [sender=3.1.2]

解决方案:在rsyncd.conf配置文件中将只读设置为no

read only = no

错误3:

rsync: recv_generator: mkdir "data" (in common) failed: Permission denied

解决方案:将文件所属权限用户(一般是root)和uid、gid统一

uid = root
gid = root

2. 启动rsync后,无进程

正常启动

 而本次启动时

 就只有这一行

解决方案:

  • 检查rsyncd.conf配置文件的完整性
  • 查看address = 192.168.xxx.xxx 是否为本机ip

转载请注明:文章转载自 www.wk8.com.cn
本文地址:https://www.wk8.com.cn/it/617853.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 wk8.com.cn

ICP备案号:晋ICP备2021003244-6号