X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=docs%2Famgetconf.8.txt;h=a38cbc0828e9f6e221847f300050accd698a51df;hb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;hp=b6ea3f6daf0a080ed978ca5019ce418b8fe63d4a;hpb=71325c297e0436e9930a3e129a26696e78c27f62;p=debian%2Famanda diff --git a/docs/amgetconf.8.txt b/docs/amgetconf.8.txt index b6ea3f6..a38cbc0 100644 --- a/docs/amgetconf.8.txt +++ b/docs/amgetconf.8.txt @@ -10,7 +10,7 @@ amgetconf  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).