On 14 Jun 2003, Gregory Brauer <[EMAIL PROTECTED]> 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 
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to