On Fri, Sep 26, 2014 at 16:30:28 -0400, Michael Stauffer wrote:
> cfile-local jag-0-e /jag {
>    gui-base
>    # Also get everything starting with numerals
>    include "./*"
>    exclude "./[f-zF-Z]*"
>    exclude "./bbcp"
>    exclude "./cnds"
>    }
> cfile-local jag-f-j /jag {
>    gui-base
>    include "./[f-jF-J]*"
>    exclude "./jonghoyi"
>    }
> 
> The DLE jag-f-j turns out fine, but the DLE jag-0-e ends up including most
> everything under /jag instead of stopping after /jag/[jJ]*, and it does not
> exclude /jag/bbcp even though that's explicitly excluded. Interestingly,
> /jag/bbcp *is* excluded.

I believe you need to add the "append" keyword to your "exclude" lines;
see the "man amanda.conf" section:

       exclude [ list|file ][[optional][ append ][ string ]+]
           [...]
           With the append keyword, the string is appended to the current
           list, without it, the string overwrites the list.


                                                        Nathan


----------------------------------------------------------------------------
Nathan Stratton Treadway  -  [email protected]  -  Mid-Atlantic region
Ray Ontko & Co.  -  Software consulting services  -   http://www.ontko.com/
 GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239
 Key fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239

Reply via email to