I can't get amanda to exclude files. I am defining them on the server and not the client. I have the following entries under my global dumptype definition in amanda.conf:

define dumptype global {
   comment "Global definitions"
   index yes
    record no
    exclude "./tmp"
    exclude "./proc"
    exclude "./dev"
    exclude "./dumps"
    exclude "./var/lib/amanda"
    exclude "./var/lib/spool/postfix"
}

define dumptype DLT7000-tar {
       global
       comment "Back up to DLT7000 using tar"
       program "GNUTAR"
}



What is the problem? Is my syntax incorrect?

Dave





Reply via email to