X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda.8.xml;h=677d3d8e92a15d6b8e6ad8c4d3e7d499f16d7c12;hb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;hp=a30c086108ebd8e03da92ba40b77fe5141bb9a58;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/man/xml-source/amanda.8.xml b/man/xml-source/amanda.8.xml index a30c086..677d3d8 100644 --- a/man/xml-source/amanda.8.xml +++ b/man/xml-source/amanda.8.xml @@ -176,16 +176,25 @@ - amverify + amcheckdump + options config - amverifyrun + amserverconfig + options config + + + amaddclient + config + options + + @@ -320,9 +329,21 @@ ejecting tapes and scanning the tape storage slots. - amverify + amcheckdump -Check &A; backup tapes for errors. +Check the results of an &A; dump. + + + + amserverconfig + +Program to setup initial &A; configuration. + + + + amaddclient + +Program to add client to an existing &A; configuration. @@ -1170,15 +1191,89 @@ Leading ^ is removed. Trailing $ forces an exact match. -CONFIGURATION OVERWRITE -Most command allow to overwrite any configuration parameter on -the command line with the -o option. --o NAME=value -eg. -o runtapes=2 -eg. -o DUMPTYPE:no-compress:compress="server fast" -eg. -o TAPETYPE:HP-DAT:length=2000m -eg. -o INTERFACE:local:use="2000 kbps" +DUMP SPECIFICATIONS A dump +specification selects one or more dumps. It has the form [host][:disk][@datestamp], where each component +is a pattern as described above. If a component is missing, it +is treated as a wildcard. The characters ':', '@', and '\' may be +escaped within any component by preceding them with a '\'. + +Some examples: + + + + + + +DUMPSPEC +DESCRIPTION + + +client17 +all dumps of client17 + + + +@20080615 +All dumps on with datestamps matching 20080615 + + + +webserver:/var/www +All dumps of /var/www on host webserver + + + +webserver:/var/www@200806150317 +The dump of webserver with datestamp 200806150317 + + + +:/var/www +All dumps of /var/www on any host + + + + + + + + + +CONFIGURATION OVERRIDE +Most commands allow the override of specific +configuration options on the command line, using the -o option. This option has the form -oname=value. +An optional space is allowed after the -o. +Each configuration option should be specified in a separate +command-line option. + +For global options, name is simply the name of the option, e.g., + +amdump -oruntapes=2 + +For options in a named section of the configuration, name has the +form SECTION:section_name:name, +where SECTION is one of TAPETYPE, DUMPTYPE, HOLDINGDISK, or INTERFACE, and +section_name is the name of the tapetype, dumptype, holdingdisk, or interface. +Examples: + +amdump -o TAPETYPE:HP-DAT:length=2000m +amdump -o DUMPTYPE:no-compress:compress="server fast" +amdump -o HOLDINGDISK:hd1:use="-100 mb" +amdump -o INTERFACE:local:use="2000 kbps" + + + +Note that configuration overrides are not effective for tape +changers, which supply a tapedev based on their own configuration. In order to +override tapedev, you must also disable any changer: + +amdump -otapedev=/dev/nst1 -otpchanger='' + + @@ -1212,8 +1307,10 @@ the command line with the -o option. amtape8, amtapetype8, amtoc8, -amverify8, -amverifyrun8 +amcheckdump8, +amserverconfig8, +amaddclient8 +http://wiki.zmanda.com