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

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 &qu

Pulling multiple sources from a daemon

2007-08-05 Thread Matt McCutchen
What is the official syntax for pulling multiple sources from a daemon? In analogy to a remote shell, I expected this to work: rsync rsync://[EMAIL PROTECTED]:3141/module/'foo bar' dest/ But it doesn't; the daemon tried to access a file 'foo bar' with a space in its na