On Mon, Oct 25, 2010 at 1:18 AM, ml ml <mliebher...@googlemail.com> wrote:

> Why does it not transfer the files recursively?
>

Because your exclude (- *) is not anchored, so it matches the deeper files.
 You can either anchor it (- /*) or specify your prior includes with "**" or
"***" components.  e.g. "+ /path/***" would include both path (+ /path/) and
its contents (+ /path/**).

..wayne..
-- 
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