Imported Upstream version 2.5.1p3
[debian/amanda] / docs / amgetconf.8.txt
index b6ea3f6daf0a080ed978ca5019ce418b8fe63d4a..a38cbc0828e9f6e221847f300050accd698a51df 100644 (file)
@@ -10,7 +10,7 @@ amgetconf \14 look up amanda.conf variables
 
 Synopsis
 
-amgetconf [config] parameter [ -o | configoption ]*
+amgetconf [config] [--list] parameter [ -o configoption]...
 
 DESCRIPTION
 
@@ -36,6 +36,40 @@ OPTIONS
 
 
 
+  --list
+      The parameter must be 'tapetype', 'dumptype, 'holdingdisk' or
+      'interface'. It will output, one by line, the list of identifier for the
+      parameter.
+
+
+        --list tapetype
+            Output the list of tapetype, one by line.
+
+        --list dumptype
+            Output the list of dumptype, one by line.
+
+        --list holdingdisk
+            Output the list of holdingdisk, one by line.
+
+        --list interface
+            Output the list of interface, one by line.
+
+
+  parameter
+      It could be one of the below format:
+
+
+        runtapes
+
+        DUMPTYPE:no-compress:compress
+
+        TAPETYPE:HP-DAT:length
+
+        INTERFACE:local:use
+
+        HOLDINGDISK:hd1:use
+
+
   -o configoption
       See the "CONFIGURATION OVERWRITE" section in amanda(8).