X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda.8.xml;fp=man%2Fxml-source%2Famanda.8.xml;h=e65d913aaa7b78b9b46ba3c4edf8165c1ceef89d;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;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..e65d913 100644 --- a/man/xml-source/amanda.8.xml +++ b/man/xml-source/amanda.8.xml @@ -1170,7 +1170,57 @@ Leading ^ is removed. Trailing $ forces an exact match. -CONFIGURATION OVERWRITE +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 command allow to overwrite any configuration parameter on the command line with the -o option. -o NAME=value