X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda.8.xml;h=677d3d8e92a15d6b8e6ad8c4d3e7d499f16d7c12;hb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;hp=493bb74797296cbce4722f125b71ac5f8f637cc1;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/man/xml-source/amanda.8.xml b/man/xml-source/amanda.8.xml index 493bb74..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 the results of an &A; dump. + + + + amserverconfig + +Program to setup initial &A; configuration. + + + + amaddclient -Check &A; backup tapes for errors. +Program to add client to an existing &A; configuration. @@ -629,7 +650,7 @@ a new dumptype: hostname diskname [ diskdevice ] { normal - holdingdisk no + holdingdisk never } [ spindle [ interface ] ] @@ -705,7 +726,7 @@ Entering is really a short hand for tapedev tape:/dev/rmt/0mn -. + @@ -728,11 +749,13 @@ value from the associated tapetype is used to limit the amount of data written. When the limit is reached, the driver will simulate end of tape. -This driver should only be used for debugging and testing, +This driver should only be used for debugging and testing, and probably only with the record option set to -no. +no. + + @@ -871,7 +894,9 @@ file is: hostname [ username -] +[ +service +]*] If username @@ -882,6 +907,15 @@ i.e. the user listed in the or xinetd configuration file. +The service is a list of the service the client is authorized to execute: +amdump, +noop, +selfcheck, +sendsize, +sendbackup, +amindexd, +amidxtaped. +amdump is a shortcut for "noop selfcheck sendsize sendbackup" @@ -905,14 +939,12 @@ It may be changed on a host by host basis by listing it first in the password field followed by a percent sign and then the password. For instance: - //some-pc/home normalpw - //another-pc/disk otheruser%otherpw - + //another-pc/disk otheruser%otherpw + With clear text passwords, this file should obviously be tightly protected. -It only needs to be readable by the &A;-user on the Samba server. - +It only needs to be readable by the &A;-user on the Samba server. You can find further information in the docs/SAMBA @@ -937,40 +969,172 @@ succeeds if all words in your expression match contiguous words in the host or disk. - -. word separator for a host -/ word separator for a disk -^ anchor at left -$ anchor at right -? match exactly one character except the separator -* match zero or more characters except the separator -** match zero or more characters including the separator - + + + + + +. +word separator for a host + + +/ +word separator for a disk + + + +^ +anchor at left + + + +$ +anchor at right + + + +? +match exactly one character except the separator + + + +* +match zero or more characters except the separator + + + +** +match zero or more characters including the separator + + + + + Some examples: - -EXPRESSION WILL MATCH WILL NOT MATCH -hosta hosta hostb - hoSTA.dOMAIna.ORG - foo.hosta.org -host host hosta -host? hosta host - hostb -ho*na hoina ho.aina.org -ho**na hoina - ho.aina.org -^hosta hosta foo.hosta.org -sda* /dev/sda1 - /dev/sda12 -/opt/ opt (disk) opt (host) -.opt. opt (host) opt (disk) -/ / any other disk -/usr /usr - /usr/opt -/usr$ /usr /usr/opt - + + + + + +EXPRESSION +WILL MATCH +WILL NOT MATCH + + + +hosta +hosta +hostb + + + + +hoSTA.dOMAIna.ORG + + + + + +foo.hosta.org + + + + +host +host +hosta + + + +host? +hosta +host + + + + +hostb + + + + +ho*na +hoina +ho.aina.org + + + +ho**na +hoina + + + + + +ho.aina.org + + + + +^hosta +hosta +foo.hosta.org + + + +sda* +/dev/sda1 + + + + + +/dev/sda12 + + + + +/opt +opt (disk) +opt (host) + + + +.opt. +opt (host) +opt (disk) + + + +/ +/ +any other disk + + + +/usr +/usr + + + + + +/usr/opt + + + + +/usr$ +/usr +/usr/opt + + + + + @@ -982,7 +1146,7 @@ expression is a range expression where we only match the prefix. Leading ^ is removed. Trailing $ forces an exact match. - + @@ -1027,6 +1191,92 @@ Leading ^ is removed. Trailing $ forces an exact match. +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='' + + + + + AUTHOR James da Silva, &email.jds; : Original text &maintainer.sgw;: XML-conversion, major update @@ -1036,6 +1286,7 @@ Leading ^ is removed. Trailing $ forces an exact match. amadmin8, amanda.conf5, +amanda-client.conf5, amcheck8, amcheckdb8, amcleanup8, @@ -1056,8 +1307,10 @@ Leading ^ is removed. Trailing $ forces an exact match. amtape8, amtapetype8, amtoc8, -amverify8, -amverifyrun8 +amcheckdump8, +amserverconfig8, +amaddclient8 +http://wiki.zmanda.com