Feature Request: Multiple Streams

Jim Salter jim at jrssystems.net
Tue Mar 9 22:15:54 GMT 2004


Tim Conway wrote:

> for source in source1 source2 source3
>         do
>                 rsync -options $source destination:$source &
>         done
> wait
> 
> adapt as needed.

That will WORK, of course, but it does require that you do a file list 
build and compare for each of the above, instead of doing a single list 
build and then dissemination to multiple targets... which (I think?) is 
what the original poster is asking for(?)

-J


More information about the rsync mailing list