Feature request: true multiple sources
Martin Pool
mbp at samba.org
Tue Jun 17 15:31:44 EST 2003
On 14 Jun 2003, Gregory Brauer <greg at wildbrain.com> wrote:
>
> I am a big fan of rsync, but the more I use it, the more I
> become frustrated at rsync's asymetrical functionality.
> For instance, I can do this:
>
> rsync /A/ /B/ desthost:/AB
>
> but not this:
>
> rsync srchost:/A/ srchost:/B/ /AB
rsync allows remote shell wildcards:
rsync 'srchost:/{A,B}/' /AB
The limitations are in your own mind. (Well, at least this one
is. :-)
--
Martin
More information about the rsync
mailing list