Imported Upstream version 2.6.0
[debian/amanda] / example / template.d / README
diff --git a/example/template.d/README b/example/template.d/README
new file mode 100644 (file)
index 0000000..162f5d1
--- /dev/null
@@ -0,0 +1,38 @@
+README for template.d directory
+-------------------------------
+
+This directory contains seven files that are used by amserverconfig.
+
+amanda-harddisk.conf:          contains common parameters for a typical Amanda configuration using
+                               virtual tapes.
+
+amanda-single-tape.conf:       contains common parameters for a typical Amanda configuration using
+                               one tape.
+
+amanda-tape-changer.conf:      contains common parameters for a typical Amanda configuration using
+                               tape changer.
+
+advanced.conf:                 contains advanced Amanda parameters that are not usually changed by a site.
+
+dumptypes:                     contains Amanda dumptype definitions.
+
+tapetypes:                     contains Amanda tapetype definitions.
+
+README:                                this file.
+
+
+amserverconfig will create a Amanda configuration in the following directory structure:
+
+/etc/amanda/template.d:
+dumptypes
+tapetypes
+
+/etc/amanda/$config_name:
+amanda.conf    [ it's a copy of amanda-harddisk.conf, amanda-single-tape.conf or amanda-tape-changer.conf ] 
+advanced.conf
+
+
+See amserverconfig(8) or amaddclient(8) for detail.
+
+
+