NCM::Component::amandaserver¶
DESCRIPTION¶
This component configures amanda server, the “Advanced Maryland Automatic Network Disk Archiver”.
FILES¶
This component generates the following files:
/etc/amanda/backupname/amanda.conf/etc/amanda/backupname/disklist
Furthermore, when using virtual tapes (tpchanger='chg-disk') it creates
(only if these files do not exist previously):
/etc/amanda/backupname/tapelisttapedev_dir/slotXXsymbolic to the first slot
It also labels the virtual tapes (this is very dangerous cause labelling the tapes destroy the content, have this into account if you already have data in the tapedev directory)
STRUCTURE¶
These are the top-level fields provided by the component. For information on any of these fields’ structure, please look amanda’s documentation.
/software/components/amandaserver/backupname/config/general_options
Named list of general configuration options (goes to
/etc/amanda/backupname/amanda.conf). Depending on the value of optiontpchangerit might create the virtual tapes in the path specified by optiontapedev.
/software/components/amandaserver/backupname/config/holdingdisks : holdingdisk{}
Named list of
holdingdiskstructures, indexed byholdingdisk. name (goes to /etc/amanda/backupname/amanda.conf).
/software/components/amandaserver/backupname/config/tapetypes : tapetype{}
Named list of
tapetypestructures, indexed bytapetypename. (goes to /etc/amanda/backupname/amanda.conf).
/software/components/amandaserver/backupname/config/dumptypes : dumptype{}
Named list of
dumptypestructures, indexed bydumptypename. (goes to /etc/amanda/backupname/amanda.conf).
/software/components/amandaserver/backupname/config/interfaces : interface{}
Named list of
interfacestructures, indexed byinterfacename. (goes to /etc/amanda/backupname/amanda.conf).
/software/components/amandaserver/backupname/disklists : disk[]
List of
diskstructures (goes to /etc/amanda/backupname/disklist).