Template

From wiki.zmanda.com
Revision as of 16:49, 23 July 2010 by Charles Curley (talk | contribs) (Initial version.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Specify the type of backup medium. Templates are defined in /etc/amanda/template.d/tapetypes, except for HARDDISK, which is customarily defined in amanda.conf(5). You can add your own (if you do, [share it]). Then use a specific template to define your tapetype for each configuration in amanda.conf(5).

For example:

tapetype HARDDISK       # what kind of tape it is

...

define tapetype HARDDISK {
       comment "Virtual Tapes"
       length 5000 mbytes
}