Amanda-Users

Re: Service looping/terminating...

2003-09-04 13:15:13
Subject: Re: Service looping/terminating...
From: David Barcelo <dbarcelo AT datajunction DOT com>
To: "'amanda-users AT amanda DOT org'" <amanda-users AT amanda DOT org>
Date: Thu, 04 Sep 2003 12:24:31 -0500
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