Imported Upstream version 2.6.0
[debian/amanda] / example / template.d / README
1 README for template.d directory
2 -------------------------------
3
4 This directory contains seven files that are used by amserverconfig.
5
6 amanda-harddisk.conf:           contains common parameters for a typical Amanda configuration using
7                                 virtual tapes.
8
9 amanda-single-tape.conf:        contains common parameters for a typical Amanda configuration using
10                                 one tape.
11
12 amanda-tape-changer.conf:       contains common parameters for a typical Amanda configuration using
13                                 tape changer.
14
15 advanced.conf:                  contains advanced Amanda parameters that are not usually changed by a site.
16
17 dumptypes:                      contains Amanda dumptype definitions.
18
19 tapetypes:                      contains Amanda tapetype definitions.
20
21 README:                         this file.
22
23
24 amserverconfig will create a Amanda configuration in the following directory structure:
25
26 /etc/amanda/template.d:
27 dumptypes
28 tapetypes
29
30 /etc/amanda/$config_name:
31 amanda.conf     [ it's a copy of amanda-harddisk.conf, amanda-single-tape.conf or amanda-tape-changer.conf ] 
32 advanced.conf
33
34
35 See amserverconfig(8) or amaddclient(8) for detail.
36
37
38