X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Famanda.conf;h=29154f1bd6c7cc595fc483319f884bfaee962099;hb=14de11ecc99c33706c74b950d2d00e278abe9375;hp=db0066c28dce30d076fc9d5fb4002fbdbb17df2e;hpb=79cdc4b6ea8848b21ba4a0e7d2fd3bc401e0bebe;p=debian%2Famanda diff --git a/example/amanda.conf b/example/amanda.conf index db0066c..29154f1 100644 --- a/example/amanda.conf +++ b/example/amanda.conf @@ -457,7 +457,7 @@ define tapetype SEAGATE-ULTRIUM-LTO { # program - specify the dump system to use. Valid values are "DUMP", # or "GNUTAR". Default: [program "DUMP"]. # record - record the backup in the time-stamp-database of the backup -# program (e.g. /etc/dumpdates for DUMP or +# program (e.g. /var/lib/dumpdates for DUMP or # @GNUTAR_LISTED_INCREMENTAL_DIRX@ for GNUTAR.). # Default: [record yes] # skip-full - skip the disk when a level 0 is due, to allow full backups @@ -640,7 +640,7 @@ define dumptype nocomp-high { define dumptype nocomp-test { global - comment "test dump without compression, no /etc/dumpdates recording" + comment "test dump without compression, no /var/lib/dumpdates recording" compress none record no priority medium @@ -648,7 +648,7 @@ define dumptype nocomp-test { define dumptype comp-test { nocomp-test - comment "test dump with compression, no /etc/dumpdates recording" + comment "test dump with compression, no /var/lib/dumpdates recording" compress client fast }