# # amanda.conf - Amanda configuration file # org "ORGNAME" # your organization name for reports mailto "name@domain.fr" # space separated list of operators at your site dumpuser "amanda" # the user to run dumps under inparallel 4 # maximum dumpers that will run in parallel netusage 100000 Kbps # maximum net bandwidth for Amanda, in KB per sec dumpcycle 0 # the number of days in the normal dump cycle #runspercycle 4 weeks # the number of amdump runs in dumpcycle days tapecycle 4 tapes # the number of tapes in rotation # 4 weeks (dumpcycle) times 5 tapes per week (just # the weekdays) 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 amrecover_do_fsf yes # When using amrecover from client, tape is rewinded automatically 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) usetimestamps etimeout 300 # number of seconds per filesystem for estimates. runtapes 1 # number of tapes to be used in a single run of amdump #tpchanger "chg-manual" # the tape-changer glue script tapedev "tape:/dev/nst0" # the no-rewind tape device to be used #rawtapedev "/dev/null" # the raw device to be used (ftape only) #changerfile "/var/lib/amanda/DailySet1/changer" #changerfile "/var/lib/amanda/DailySet1/changer-status" #changerfile "/etc/amanda/DailySet1/changer.conf" #changerdev "/dev/null" tapetype DDS3 # what kind of tape it is (see tapetypes below) labelstr "Q-[0-9][1-4]*$" # label constraint regex: all tapes must match holdingdisk hd1 { comment "main holding disk" directory "/var/spool/amanda/tmp/dumps" # where the holding disk is use 12 Gb # how much space can we use on it # a negative value mean: # use all space except that value # chunksize 2 Gb # size of chunk if you want big dump to be # dumped on multiple files on holding disks # N Kb/Mb/Gb split disks in chunks of size N # 0 split disks in INT_MAX/1024 Kb chunks # -N Kb/Mb/Gb dont split, dump larger # filesystems directly to tape # (example: -2 Gb) } reserve 20 # percent infofile "/var/spool/amanda/daily/curinfo" # database filename logdir "/var/spool/amanda/daily" # log directory indexdir "/var/spool/amanda/daily/index" # index directory #tapelist "/var/spool/amanda/daily/tapelist" # list of used tapes # tapelist is stored, by default, in the directory that contains amanda.conf # tapetypes define tapetype DDS3 { comment "Digital Data Storage" length 11631 mbytes filemark 434 kbytes speed 1139 kps } define dumptype global { comment "Global definitions" # This is quite useful for setting global parameters, so you don't have # to type them everywhere. All dumptype definitions in this sample file # do include these definitions, either directly or indirectly. # There's nothing special about the name `global'; if you create any # dumptype that does not contain the word `global' or the name of any # other dumptype that contains it, these definitions won't apply. # Note that these definitions may be overridden in other # dumptypes, if the redefinitions appear *after* the `global' # dumptype name. # You may want to use this for globally enabling or disabling # indexing, recording, etc. Some examples: # index yes # record no auth "bsdtcp" } define dumptype tar-client-best { global comment "Tar avec compression best sur le client" program "GNUTAR" compress client best index yes priority high dumpcycle 0 } # network interfaces define interface local { comment "a local disk" use 1000 kbps } define interface eth0 { comment "10 Mbps ethernet" use 400 kbps }