I only recently reconfigure some older servers to use the application
amgtar instead of "GNUTAR"
Now my old exclude lists aren't read anymore and the manpages aren't as
informative as I would need them ;-)
How to configure an exclude-list for amgtar, per DLE?
I tried:
define dumptype global {
program "APPLICATION"
application "app_amgtar"
# yes, I also defined that application above
[..]
}
#disklist
main root / {
property "EXCLUDE-LIST-GLOB" "/etc/amanda/root-excludes"
[..]
}
Maybe that glob has to be on the client? manpage only says:
"EXCLUDE-LIST-GLOB
A filename containing exclude glob expression for the restore command."
whoa, "for restore" ... what about dump time?