forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_global.conf
78 lines (67 loc) · 1.34 KB
/
example_global.conf
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
holdingdisk hd1 {
comment "main holding disk"
directory "/tmp/amanda/dumps"
use -1 Gb
chunksize 500 Mb
}
define dumptype normal {
auth BSD
comment "Normal backup, compression"
comprate 0.50, 0.50
compress client best
index yes
priority high
program "GNUTAR"
record yes
strategy STANDARD
holdingdisk yes
}
define dumptype compress-server {
auth BSD
comment "Normal backup, compression"
comprate 0.50, 0.50
compress server best
index yes
priority high
program "GNUTAR"
record yes
strategy STANDARD
holdingdisk yes
}
define dumptype normal-no_hold {
normal
holdingdisk no
}
define tapetype DDS4 {
comment "Seagate Scorpion 40"
length 16432 mbytes
filemark 0 kbytes
speed 2267 kps
}
define tapetype DDS4-PRINT {
comment "Seagate Scorpion 40 with printer"
length 16432 mbytes
filemark 0 kbytes
speed 2267 kps
lbl-templ "/etc/amanda/lbl/DIN-A4.ps"
}
define tapetype DDS2 {
comment "HP DAT C1533A"
length 1845 mbytes
filemark 0 kbytes
speed 480 kps
}
define tapetype DDS1 {
comment "HP DAT HP35480A"
length 1845 mbytes
filemark 32 kbytes
speed 174 kps
}
define interface local {
comment "local disk"
use 4000 kbps
}
define interface eth1 {
comment "100 Mbps ethernet"
use 1000 kbps
}