symlink to upstream's installation of examples in /usr/share/amanda,
[debian/amanda] / debian / amanda.conf.in
index bd190d4335c27a2130cbebe9ed5dd42886ae9b8a..3760360e42be1283ae401a8c8f468d70cc7ab5e0 100644 (file)
@@ -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
 }