站长资源服务器

cwRsync 错误 uid/gid 4294967295 (-1) is impossible to set on

整理:jimmy2024/10/8浏览2
简介cwRsync 4.2在同步的时候会有错误:uid 4294967295 (-1) is impossible to set on "/cygdriver/..."或者gid 4294967295 (-1) is impossible to set on "/cygdriver/..."这是程

cwRsync 4.2在同步的时候会有错误:

uid 4294967295 (-1) is impossible to set on "/cygdriver/..."

或者

gid 4294967295 (-1) is impossible to set on "/cygdriver/..."

这是程序的bug,但不影响使用。

如果不想看到提示这些错误

1、可以在客户端命令行加参数 --no-super

2、在服务器端的配置文件中添加:

uid = 0
gid = 0
fake super = yes

通过上面的方法完美解决了问题。