Re: Multiple sources/connection

2007-05-18 Thread Wayne Davison
On Fri, May 18, 2007 at 12:42:23PM +0200, Bgs wrote: > If I do a multiple file sync (for example rsync rsync://server/file1 > rsync://server/file1 /local/dest/dir), will rsync open one connection or > as many as the source files are? It will give you a syntax error because multiple remote args a

Multiple sources/connection

2007-05-18 Thread Bgs
Hi all, I have a question you can probably answer (I wouldn't like to read the whole source if possible): If I do a multiple file sync (for example rsync rsync://server/file1 rsync://server/file1 /local/dest/dir), will rsync open one connection or as many as the source files are? Thanks