Imported Upstream version 3.2.0
[debian/amanda] / example / template.d / advanced.conf.in
index 19b963e982898c8928ea7a349e32ee000322be4a..71d3fed5b18fa0b927f0a1464e31e15695c832ac 100644 (file)
@@ -25,7 +25,7 @@ taperalgo first               # The algorithm used to choose which dump image to send
                        # largestfit    The largest dump image that will fit on the current tape.
                        # smallest      The smallest dump image.
                        # last          Last in - first out.
-displayunit "m"                # Possible values: "k|m|g|t"
+displayunit "g"                # Possible values: "k|m|g|t"
                        # Default: k. 
                        # The unit used to print many numbers.
                        # k=kilo, m=mega, g=giga, t=tera
@@ -50,14 +50,10 @@ device_output_buffer_size 1280k
 # encounters, uncomment the line below. Note that this will ERASE any
 # non-Amanda tapes you may have, and may also ERASE any near-failing tapes.
 # Use with caution.
-## label_new_tapes "DailySet1-%%%"
+## autolabel "DailySet1-%%%" empty
                        
-maxdumpsize -1         # Maximum number of bytes the planner will schedule
-                       # for a run (default: runtapes * tape_length).
-amrecover_do_fsf yes           # amrecover will call amrestore with the
-                               # -f flag for faster positioning of the tape.
-amrecover_check_label yes      # amrecover will call amrestore with the
-                               # -l flag to check the label.
+maxdumpsize -1         # Maximum total size the planner will schedule
+                       # for a run (default: runtapes * tape_length) (kbytes).
 bumpmult 4             # threshold = bumpsize * bumpmult^(level-1)