At 2002-08-19T16:00:21Z, Kevin Passey <[EMAIL PROTECTED]> writes:

> I only what to omit the /dumps folders.
> 
> I think I will have to create them in a separate partition.

Try this:

1) Create a new dumptype with an "exclude list" option.  For example:

 define dumptype compressed-tar-with-excludes {
     compressed-tar
     comment "Non-root partitions without compression, plus an exclude list"
     exclude list ".amanda.excludes"
 }

2) Edit the file specified above.  For example:

 root@kanga:/usr/share/media# cat .amanda.excludes 
 ./music/all

   That will cause Amanda to skip the files/directories listed in the
   exclude file.
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

Reply via email to