X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Famanda.conf.in;h=3760360e42be1283ae401a8c8f468d70cc7ab5e0;hb=7906a3b9f861a26c6fd0423ca5232665d1b48caf;hp=bd190d4335c27a2130cbebe9ed5dd42886ae9b8a;hpb=cb8e943df4defb25d0362567131dc31fc0ab238e;p=debian%2Famanda diff --git a/debian/amanda.conf.in b/debian/amanda.conf.in index bd190d4..3760360 100644 --- a/debian/amanda.conf.in +++ b/debian/amanda.conf.in @@ -114,7 +114,7 @@ changerdev "@DEFAULT_CHANGER_DEVICE@" # Use with caution. ## label_new_tapes "DailySet1-%%%" -maxdumpsize -1 # Maximum number of bytes the planner will schedule +# maxdumpsize -1 # Maximum number of bytes the planner will schedule # for a run (default: runtapes * tape_length). tapetype HP-DAT # what kind of tape it is (see tapetypes below) labelstr "^DailySet1-[0-9][0-9]*$" # label constraint regex: all tapes must match @@ -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 }