On Sun, Aug 05, 2007 at 01:33:22PM -0400, Matt McCutchen wrote:
> What is the official syntax for pulling multiple sources from a
> daemon?

It's the first example in the advanced usage section:

  rsync host::’modname/dir1/file1 modname/dir2/file2’ /dest

The repeating of " modname/" is required.

> But rsync seemed to treat the second source as a local destination
> (which didn't exist) and ignore the dest/ entirely.

The daemon code path was missing a arg-count sanity check that the
non-daemon code path had.  I'll be checking in a fix for this.

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

Reply via email to