blob: 947625e8ebbcd73fef7565630542c00e3fd96296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# type "man amanda"
org "example"
mailto "root@localhost"
dumpcycle 7
runspercycle -1
tapecycle 7
dumpuser "amanda"
printer "lp"
#tpchanger "chg-manual"
tapedev "/dev/nst0"
runtapes 1
labelstr "^EXAMPLE-[0-9][0-9]*$"
tapetype DDS4-PRINT
ctimeout 60
dtimeout 3600
etimeout 600
netusage 2000
inparallel 10
dumporder "tttTTTTTTT"
maxdumps 10
bumpsize 10
bumpmult 1.5
bumpdays 1
diskfile "/etc/amanda/example/disklist"
infofile "/etc/amanda/example/curinfo"
logdir "/etc/amanda/example"
indexdir "/etc/amanda/example/index"
tapelist "tapelist"
tapebufs 20
reserve 100
autoflush off
includefile "/etc/amanda/global.conf"
|