org "[SYSTEM/Inc]" # your organization name for reports mailto "o2tadm@olympe.o2t" # space separated list of operators at your site dumpuser "amanda" # the user to run dumps under inparallel 2 # maximum dumpers that will run in parallel netusage 5000 Kbps # maximum net bandwidth for Amanda, in KB per sec dumpcycle 3 days # the number of days in the normal dump cycle runspercycle 3 days # the number of amdump runs in dumpcycle days tapecycle 5 tapes # the number of tapes in rotation bumpsize 20 Mb # minimum savings (threshold) to bump level 1 -> 2 bumpdays 1 # minimum days at each level bumpmult 4 # threshold = bumpsize * bumpmult^(level-1) etimeout 1200 # number of seconds per filesystem for estimates. runtapes 1 # number of tapes to be used in a single run of amdump tpchanger "/usr/lib/amanda/chg-disk" # the tape-changer glue script tapedev "file:/var/lib/amanda/inc/vdisk" # the no-rewind tape device to be used changerfile "changer.conf" changerdev "/dev/sg1" tapetype DISK # what kind of tape it is (see tapetypes below) labelstr "^inc-[0-9][0-9]*$" # label constraint regex: all tapes must match holdingdisk hd1 { comment "main holding disk" directory "/var/lib/amanda/inc/dumps" # where the holding disk is use -1024 Mb # how much space can we use on it } reserve 30 # percent infofile "/var/lib/amanda/inc/info" # database filename logdir "/var/lib/amanda/inc/logs" # log directory indexdir "/var/lib/amanda/inc/index" # index directory define tapetype HP-DAT72 { comment "Produced by tapetype prog (hardware compression off)" length 37511 mbytes filemark 625 kbytes speed 1758 kps } define tapetype DISK { length 50000 mbytes } define dumptype global { comment "Global definitions" exclude "./tmp" } define dumptype root-tar { global program "GNUTAR" comment "root partitions dumped with tar" compress none index exclude list "/home/amanda/exclude.gtar" priority low } define dumptype comp-root-tar { root-tar comment "Root partitions with compression" compress client fast } define interface local { comment "a local disk" use 20000 kbps } define interface eth0 { comment "10 Mbps ethernet" use 5000 kbps }