On 15.05.2013 04:13, Brian K. White wrote:
> How can I get it to exclude just the top-level directory "/foo/aaa" ?

With a '/' at the beginning you pin the pattern to the beginning.

You don't use "/" at the end of directory names, so i'm not sure if the
correct one is:
/aaa
or
/foo/aaa

With a '/' at the end (... source/ target/ ...) it's the first one, in 
your case it might be the other one.


-- 

Matthias
-- 
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