symlink to upstream's installation of examples in /usr/share/amanda,
[debian/amanda] / debian / disklist
1 # sample Amanda2 disklist file, derived from CS.UMD.EDU's disklist
2 #
3 # If your configuration is called, say, "DailySet1", then this file
4 # normally goes in /etc/amanda/DailySet1/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 #hostname hda2 comp-user
19
20 # A SPARCstation 1+
21 #salty sd0a comp-root
22 #salty sd0g comp-user
23 #salty sd1g comp-user
24 #salty sd2a comp-root
25 #salty sd2g comp-user
26 #salty sd3c comp-user
27
28 # A DECstation 3100
29 #slithy rz1a comp-root
30 #slithy rz1g comp-user
31 #slithy rz3a comp-root
32 #slithy rz3g comp-user
33
34 # We don't run compression on the master host since it is going to be
35 # busy enough running amanda.
36 #master sd0a nocomp-root
37 #master sd0g nocomp-user
38 # the holding disk can't be dumped to itself, it uses a disktype that
39 # specifies the "no-hold" option (see amanda.conf).
40 #master sd1c holding-disk
41
42 # The chairman's disk is high priority to make sure it gets done.
43 #bigwig sd0a comp-root
44 #bigwig sd0g comp-high
45 # Likewise the named databases in the root partition on our primary
46 # nameserver.  Also, compression is turned off because we don't want
47 # to create any unnecessary load on this baby (it's only a Sun3).
48 #bozo        sd0a nocomp-high
49 #bozo        sd0g nocomp-user
50 #bozo        sd4c nocomp-user
51
52 # Dump Joe's NetBSD machine, with the mounted MS-DOS partition dumped
53 # using tar.
54 #joespc  wd0a comp-root
55 #joespc  wd0e comp-user
56 #joespc /msdos comp-user-tar
57
58 # Some really slow machines, like Sun2's and some Vaxstations, take
59 # forever to compress their dumps: it's just not worth it.
60
61 # A Sun2
62 #cleo     sd0a nocomp-root
63 #cleo     sd0g nocomp-user
64 # A VaxStation
65 #susie         rz8a nocomp-root
66 #susie         rz8g nocomp-user
67
68 # and so on ... well, you get the idea