I am creating a new installation of amanda on triumph to use the DDS-2 tape drive that is working. Some relevant facts:
I have lots of tapes!
I doubt I will remember to change tapes every day
The tape capacity is small compared to the volume of data to be backed up
These facts collectively yield the following values in amanda.conf:
- org “CCH1″
# Name of backup set
- mailto “amanda”
# User to receive mail reports at
- dumpcycle 2 weeks
# Number of days in the normal dump cycle
- runspercycle 10 days
# Number of amdump runs in dumpcycle days
- tapecycle 18 tapes
# Number of tapes in rotation
# 2 weeks (dumpcycle)
#Â x 10/14 of the time remembering to load a new tape
#Â + a few extra to handle errors that need amflush
#Â Â Â Â and so we do not overwrite the full backups performed
#Â Â Â Â at the beginning of the previous cycle
- tapedev “/dev/nst1″
# Compressing, no-rewind tape device for the HP C1533A
- tapetype HP-C1533A
# HP SureStore 8i, assuming 120m tapes
- labelstr “^CCH1[0-9][0-9]*$”
# Tape label format
I also changed some other parameters, including dumptypes and the location where amanda keeps the tape list file to be (/var/lib/amanda/CCH1).