On Mon, 2006-01-30 at 11:33 -0800, Wayne Davison wrote:
> + /foo/
> + /foo/bar/
> + /foo/bar/baz
> + /foo/extra
> + /bar/
> + /bar/another
> - /foo/*
> - /foo/bar/*
> - /bar/*
> - /*

Am I missing something?  Once you've matched each file and directory you
want explicitly, can't you just exclude everything else like this?
        + /foo/
        + /foo/bar/
        + /foo/bar/baz
        + /foo/extra
        + /bar/
        + /bar/another
        - **
-- 
Matt McCutchen
[EMAIL PROTECTED]
http://mysite.verizon.net/hashproduct/

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