Amanda 3.3.4
Hi,
I'm having some inconsistencies with include/exclude in DLE lists.
For example, these are some of the enteries in my dislist file:
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 should mention in case this is somehow related, I have a disklist file
that includes other disklist files like so:
includefile "disklist.cfile-jet"
includefile "disklist.cfile-jag"
It recognizes all the DLE's defined in both files, not sure if this method
somehow screws with the file inclusion/exclusion.
Is there a way to get amanda to run estimates on DLE's without running
amdump? That would be helpful.
Any suggestions? Thanks!
-M