#$Id: amanda.conf,v 1.10 2003/07/25 17:49:53 josh Exp $ org "nextrials" # your organization name for reports mailto "xxx AT xxxxxx DOT com" # space separated list of operators at your site dumpuser "ambackup" # the user to run dumps under inparallel 4 # maximum dumpers that will run in parallel (max 63) # this maximum can be increased at compile-time, # modifying MAX_DUMPERS in server-src/driverio.h dumporder "sssS" # specify the priority order of each dumper # s -> smallest size # S -> biggest size # t -> smallest time # T -> biggest time # b -> smallest bandwitdh # B -> biggest bandwitdh # try "BTBTBTBTBTBT" if you are not holding # disk constrained netusage 600000 Kbps # maximum net bandwidth for Amanda, in KB per sec dumpcycle 7 days # the number of days in the normal dump cycle runspercycle 7 # the number of amdump runs in dumpcycle days # (6 weeks * 7 amdump runs per week -- just weekdays) tapecycle 45 tapes # the number of tapes in rotation # 6 weeks (dumpcycle) times 7 tapes per week # plus a few to handle errors that # need amflush and so we do not overwrite the full # backups performed at the beginning of the previous # cycle bumpsize 500 Mb # minimum savings (threshold) to bump level 1 -> 2 bumpdays 1 # minimum days at each level bumpmult 4 # threshold = bumpsize * bumpmult^(level-1) etimeout 300 # number of seconds per filesystem for estimates. #etimeout -600 # total number of seconds for estimates. dtimeout 1800 # number of idle seconds before a dump is aborted. ctimeout 30 # maximum number of seconds that amcheck waits # for each client host tapebufs 20 runtapes 1 # number of tapes to be used in a single run of amdump tpchanger "chg-scsi" # the tape-changer glue script tapedev "0" # the no-rewind tape device to be used #rawtapedev "/dev/nrsa0" # the raw device to be used (ftape only) changerfile "/usr/local/etc/amanda/daily/chg-scsi.conf" #changerdev "/dev/ch0" tapetype SDLT320 # what kind of tape it is (see tapetypes below) labelstr "^DAILY[0-9][0-9][0-9][0-9]*$" # label constraint regex: all tapes must match holdingdisk hd1 { comment "main holding disk" directory "/ambackup/daily" # where the holding disk is use 100Gb # how much space can we use on it # a non-positive value means: # use all space but that value chunksize 5Gb # size of chunk if you want big dump to be # dumped on multiple files on holding disks # N Kb/Mb/Gb split images in chunks of size N # The maximum value should be # (MAX_FILE_SIZE - 1Mb) # 0 same as INT_MAX bytes } autoflush no infofile "/usr/local/etc/amanda/nextrials/curinfo" # database DIRECTORY logdir "/usr/local/etc/amanda/nextrials/logs" # log directory indexdir "/usr/local/etc/amanda/nextrials/index" # index directory define tapetype SDLT320 { comment "SDLT1 160/320" length 153794 mbytes # 160Gb tapes filemark 13 kbytes # generated with amtapetype speed 16 mbytes # manually corrected from amtapetype } define dumptype global { comment "Global definitions" } define dumptype always-full { global comment "Full dump of this filesystem always" compress none priority high dumpcycle 0 } define dumptype root-tar { global program "GNUTAR" comment "root partitions dumped with tar" compress none index yes exclude list "/usr/local/lib/amanda/exclude.gtar" priority low } define dumptype user-tar { root-tar comment "user partitions dumped with tar" priority medium } define dumptype high-tar { root-tar comment "partitions dumped with tar" priority high } define dumptype holdingdisk-tar { root-tar comment "partitions dumped with tar" priority high exclude "./ambackup" # need to exclude the holding disk but not other # stuff on the filesystem (10.24.02 unfurl) } define dumptype comp-root-tar { root-tar comment "Root partitions with compression" compress client fast } define dumptype comp-user-tar { user-tar compress client fast } define dumptype holding-disk { global comment "The master-host holding disk itself" holdingdisk no # do not use the holding disk priority medium } define dumptype comp-user { global comment "Non-root partitions on reasonably fast machines" compress client fast index yes priority medium } define dumptype nocomp-user { comp-user comment "Non-root partitions on slow machines" index yes compress none } define dumptype comp-root { global comment "Root partitions with compression" compress client fast index yes priority low } define dumptype nocomp-root { comp-root comment "Root partitions without compression" index yes compress none } define dumptype comp-high { global comment "very important partitions on fast machines" compress client best index yes priority high } define dumptype comp-holdingdisk { global comment "for holdinddisk only" compress client best index yes priority high holdingdisk no } define dumptype nocomp-high { comp-high comment "very important partitions on slow machines" index yes compress none } define dumptype nocomp-test { global comment "test dump without compression, no /etc/dumpdates recording" compress none record no priority medium } define dumptype comp-test { nocomp-test comment "test dump with compression, no /etc/dumpdates recording" index yes compress client fast } define interface local { comment "a local disk" use 1000 kbps } define interface fxp0 { comment "100 Mbps ethernet" use 10000000000 kbps }