On Mon, Mar 29, 2004 at 03:45:18PM -0800, Wayne Davison wrote:
> On Mon, Mar 29, 2004 at 03:51:18PM -0500, Andrew Pimlott wrote:
> > rsync -v --files-from files [EMAIL PROTECTED]: .
> > and got an error from the remote rsync.
>
> You can work around the problem by specifying a directory after
On Mon, Mar 29, 2004 at 03:51:18PM -0500, Andrew Pimlott wrote:
> rsync -v --files-from files [EMAIL PROTECTED]: .
> and got an error from the remote rsync.
You can work around the problem by specifying a directory after the
colon ('.' would work).
This patch should fix things:
--- options.c
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 h