https://bugzilla.samba.org/show_bug.cgi?id=1900
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2004-10-11 03:56 ------- The problem is that the --numeric-ids option is a client option, not a server option, so setting it on the server side creates confusion in what the client is going to send over the wire. The proper solution is to separate the parsing of daemon mode from normal rsync mode so that client options cannot be specified when starting a daemon, and also so that daemon options cannot be specified when starting a client. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html