Amanda-Users

Re: dump vs. tar

2003-01-21 10:59:28
Subject: Re: dump vs. tar
From: Sébastien GALLET <sgallet AT ibourgogne DOT net>
To: Axel Haenssen <axel AT princeton DOT edu>
Date: Tue, 21 Jan 2003 16:20:37 +0100
Look at dumptypes section in your amanda.conf

By default, amanda uses dump

This one use dump :
define dumptype comp-user {
   comment "Non-root partitions on reasonably fast machines"
   options compress-fast
   priority medium
}

And this one use tar :
define dumptype comp-user-tar {
   program "GNUTAR"
   comment "partitions dumped with tar"
   options compress-fast, index, exclude-list "/etc/amanda/exclude.gtar"
   priority medium
}

Axel Haenssen wrote:

This might sound silly, but how do I tell Amanda to use dump or tar??
cheers
Axel



<Prev in Thread] Current Thread [Next in Thread>