X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=docs%2Famanda.8.txt;h=845dfeecc7f969afabe0d278a8f31fdd1b60c84c;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=8117a38fddec95980fdf23f7a6e4ee93c4819ce0;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/docs/amanda.8.txt b/docs/amanda.8.txt index 8117a38..845dfee 100644 --- a/docs/amanda.8.txt +++ b/docs/amanda.8.txt @@ -439,7 +439,24 @@ Leading ^ is removed. Trailing $ forces an exact match. |200010$____|match_only_200010____________________________________________| -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.