8cd47c9d9ed467b0e09a2b34006920fc62342e23
[debian/amanda] / example / template.d / amanda-single-tape.conf
1 org "DailySet1" # your organization name for reports
2 mailto "martinea"       # space separated list of operators at your site
3 dumpcycle 1 week        # the number of days in the normal dump cycle
4 runspercycle 5          # the number of amdump runs in dumpcycle days
5                         # (1 week * 5 amdump runs per week -- just weekdays)
6 tapecycle 10 tapes      # the number of tapes in rotation
7                         # 1 week (dumpcycle) times 5 tapes per week (just
8                         # the weekdays) plus a few to handle errors that
9                         # need amflush and so we do not overwrite the full
10                         # backups performed at the beginning of the previous
11                         # cycle
12
13 runtapes 1              # number of tapes to be used in a single run of amdump
14 tpchanger "chg-manual"  # the tape-changer glue script
15 tapedev "tape:/dev/nst0"        # the no-rewind tape device to be used
16 changerfile "/etc/amanda/DailySet1/chg-manual.conf"
17 changerdev "/dev/null"
18 tapetype HP-DAT                 # what kind of tape it is (see tapetypes below)
19 holdingdisk hd2 {
20     directory "/var/lib/amanda/holdings/DailySet1"
21     use 1000 Mb
22     }
23
24 labelstr "^DailySet1-[0-9][0-9]*$"      # label constraint regex: all tapes must match
25
26 dtimeout 1800           # number of idle seconds before a dump is aborted.
27 ctimeout 30             # maximum number of seconds that amcheck waits
28                         # for each client host
29 etimeout 300            # number of seconds per filesystem for estimates.
30
31
32 define dumptype global {
33         comment "Global definitions"
34         auth "bsdtcp"
35 }
36
37 define dumptype gui-base {
38         global
39         program "GNUTAR"
40         comment "gui base dumptype dumped with tar"
41         compress none
42         index yes
43 }
44
45 includefile "./advanced.conf"
46 includefile "/etc/amanda/template.d/dumptypes"
47 includefile "/etc/amanda/template.d/tapetypes"