How would this be different/better than
rsync options source {dest1 dest2 dest3}

? (The brackets cause bash to repeat the command line for each argument
inside the brackets.)

The only thing I can see is what Kevin pointed out about figuring out
which transfer was involved if an error condition results, but this
would probably also be the case with the requested option.

If there was some advantage to running them in parallel, throwing an
ampersand on the end of the command line would probably do it.

Joe

On 11/25/2014 06:00 PM, samba-b...@samba.org wrote:
> https://bugzilla.samba.org/show_bug.cgi?id=10963
>
> --- Comment #1 from Dave Yost <d...@yost.com> ---
> Something like this would be useful:
>   rsync foo s1: --add-destinations s2:dir s3:dir
> or
>   rsync foo s1: --to s1: s2:dir s3:~
>


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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