Using rsync 2.6.0 on both ends, I ran

    rsync -v --files-from files [EMAIL PROTECTED]: .

and got an error from the remote rsync.  The reason is that the remote
rsync is run as

    rsync --server --sender -vvR --files-from=- --from0 .

which conflicts with a check in options.c that rsync must have two
non-option arguments when --files-from is used.  I tried again with the
latest nightly (rsync-HEAD-20040329-1635GMT.tar.gz) and had the same
problem.  In this version, the check is at line 725.  If I add "&& !
am_server", it works, but I don't know if that is the correct fix.

Andrew
-- 
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