X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=debian%2Famanda.conf.in;h=3760360e42be1283ae401a8c8f468d70cc7ab5e0;hp=566007030b0d488b11bf6d1d0113083fdbb9feb7;hb=d8d159e0a641a6478991e09f7cac064f6e703abe;hpb=21170aaf9015a4c519265834456fc309932f24c0 diff --git a/debian/amanda.conf.in b/debian/amanda.conf.in index 5660070..3760360 100644 --- a/debian/amanda.conf.in +++ b/debian/amanda.conf.in @@ -428,7 +428,7 @@ define tapetype MIMSY-MEGATAPE { # program - specify the dump system to use. Valid values are "DUMP" and # "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 @@ -610,7 +610,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 @@ -618,7 +618,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 }