Displaying 1 result from an estimated 1 matches for "test_synchro".
2004 Nov 23
1
User NONE using rsync in Windows server
...ynchronize it with another windows server, the file placed in client
side has a new group called NONE with read , write and execute permisions.
I'm using the following line to call rsync:
rsync -zvvvr --perms --owner --group --progress --delete --size-only
--owner Administrator@my_server::test_synchro C:\test
And this configuration in server side:
use chroot = false
strict modes = false
hosts allow = *
log file = rsyncd.log
pid file = rsyncd.pid
# Module definitions
# Make sure that writable modules are implemented as subdirectories of
<cwRsync installation
# directory>\data. That woul...