Displaying 1 result from an estimated 1 matches for "1635gmt".
Did you mean:
16350ms
2004 Mar 29
1
--from-files broken with remote sources
...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