On Wed, Jun 07, 2006 at 04:47:01PM -0500, Bill Gunter wrote: > --include='wwwroot/*' --include='perl/*' > --exclude='*'
The patterns 'wwwroot/*' and 'perl/*' only match items one level below the matching directory, but no lower (unless they're matched by an earlier rule, such as directories or .html files). You should use 'wwwroot/**' and 'perl/**' to include all files below those dirs. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html