Re: Pulling multiple sources from a daemon

2007-08-06 Thread Matt McCutchen
On 8/6/07, Wayne Davison <[EMAIL PROTECTED]> wrote: > 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 modna

Re: Pulling multiple sources from a daemon

2007-08-06 Thread Wayne Davison
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 requir