File disklist of Package amanda
1
# sample Amanda2 disklist file, derived from CS.UMD.EDU's disklist
2
#
3
# If your configuration is called, say, "csd2", then this file normally goes
4
# in /etc/amanda/csd2/disklist.
5
#
6
# File format is:
7
#
8
# hostname diskdev dumptype
9
#
10
# where the dumptypes are defined by you in amanda.conf.
11
12
13
# At our site, root partitions have a different dumptype because they
14
# are of lower priority; they don't contain user data, and don't change
15
# much from the department prototype. In a crunch, they can be left for
16
# last or skipped.
17
18
## A SPARCstation 1+
19
#salty sd0a comp-root
20
#salty sd0g comp-user
21
#salty sd1g comp-user
22
#salty sd2a comp-root
23
#salty sd2g comp-user
24
#salty sd3c comp-user
25
#
26
## A DECstation 3100
27
#slithy rz1a comp-root
28
#slithy rz1g comp-user
29
#slithy rz3a comp-root
30
#slithy rz3g comp-user
31
#
32
## We don't run compression on the master host since it is going to be
33
## busy enough running amanda.
34
#master sd0a nocomp-root -1 local
35
#master sd0g nocomp-user -1 local
36
## note: -1 is a placeholder for the spindle number
37
## the holding disk can't be dumped to itself, it uses a disktype that
38
## specifies the "no-hold" option (see amanda.conf).
39
#master sd1c holding-disk -1 local
40
#
41
## The chairman's disk is high priority to make sure it gets done.
42
#bigwig sd0a comp-root
43
#bigwig sd0g comp-high
44
## Likewise the named databases in the root partition on our primary
45
## nameserver. Also, compression is turned off because we don't want
46
## to create any unnecessary load on this baby (it's only a Sun3).
47
#bozo sd0a nocomp-high
48
#bozo sd0g nocomp-user
49
#bozo sd4c nocomp-user
50
#
51
## Dump Joe's NetBSD machine, with the mounted MS-DOS partition dumped
52
## using tar.
53
#joespc wd0a comp-root
54
#joespc wd0e comp-user
55
#joespc /msdos comp-user-tar
56
#
57
## Some really slow machines, like Sun2's and some Vaxstations, take
58
## forever to compress their dumps: it's just not worth it.
59
#
60
## A Sun2
61
#cleo sd0a nocomp-root
62
#cleo sd0g nocomp-user
63
## A VaxStation
64
#susie rz8a nocomp-root
65
#susie rz8g nocomp-user
66
#
67
## and so on ... well, you get the idea
68
69
localhost /etc comp-root-tar
70