On Thu, Oct 21, 2004 at 04:43:48PM +0200, Nico Sabbi wrote:
>        server_args     = --daemon -c /etc/rsyncd.conf

The -c option tells rsync to turn on pre-transfer, full-file checksums,
which is an invalid option to specify to specify to the daemon (since it
creates confusion when one side is read/sending checksums and the other
side is not).  The latest code in CVS dies with an error in this
situation.

Just change -c to --config and it should work fine.

..wayne..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to