rsync 备份报错:(code 23) at main.c(1207)

rynsc报错:

命令语法错误:

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207)

解决方法:将参数与路径确认https://www.ruanyifeng.com/blog/2020/08/rsync.html
http://c.biancheng.net/view/6121.html
https://www.cnblogs.com/f-ck-need-u/p/7220009.html

无权限报错:

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]

解决方法:
原因是有文件没有写的权限,导致备份数据库权限不够,两种解决办法:

1、将服务端rsyncd.conf配置文件的uid和gid分别修改成root,重载下,/etc/rc.d/init.d/xinetd reload,再次执行同步,同步成功
2、将需要同步的文件夹及下属文件赋予777权限(chmod -R 777 xxx),再次执行同步,同步成功
参考:https://blog.csdn.net/slovyz/article/details/38924967

同步文件用户组不一致报错:

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518)

解决方法:


ls -lh查看文件权限
sudo chown -R
sudo chgrp -R
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值