cwRsync error uid and gid 4294967295 of 1 is impossible to set on

  • 2020-05-15 03:09:37
  • OfStack

cwRsync 4.2 has errors when synchronizing:

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

or

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

This is the program bug, but does not affect use.

If you don't want to see these errors prompted

1. You can add parameters on the client command line --no-super

2. Add in the configuration file on the server side:

uid = 0
gid = 0
fake super = yes

The above method solves the problem perfectly.


Related articles: