Merge tag 'upstream/3.3.3'
[debian/amanda] / man / xml-source / amanda.conf.5.xml
index 7d4fda62455205c5dceefa33dd1ce644c359b48f..abacce1cfc98dc2c63bb8a7bd5455bcaa3aaadfb 100644 (file)
@@ -56,21 +56,18 @@ The remainder of the line is ignored.</para>
 and
 <amkeyword>MailTo</amkeyword>
 are treated the same.  Also, the characters
-'<amkeyword>-</amkeyword>'
-and
-'<amkeyword>_</amkeyword>'
+'<amkeyword>-</amkeyword>' and '<amkeyword>_</amkeyword>'
 are interchangeable in all predefined Amanda keywords:
 <amkeyword>device_property</amkeyword>
 and
 <amkeyword>device-property</amkeyword>
-have the same meaning.</para>
+have the same meaning.  This manpage uses the dashed versions, but the
+underscored versions will be accepted for backward compatibility</para>
 
 <para>Identifiers are names which are defined in the configuration itself, such
 as dumptypes or interfaces.  Identifiers are are case-insensitive, but
 sensitive to
-'<amkeyword>-</amkeyword>'
-vs.
-'<amkeyword>_</amkeyword>'.
+'<amkeyword>-</amkeyword>' vs.  '<amkeyword>_</amkeyword>'.
 Identifiers should be quoted in the configuration file, although For historical
 reasons, the quotes are optional.</para>
 
@@ -91,7 +88,7 @@ tapetype "EXABYTE"        # optional      insensitive     sensitive
 
 define dumptype "dt" {    # optional      insensitive     sensitive
   "dumptype-common"       # optional      insensitive     sensitive
-  strategy noincr         # prohibited    insensitive     insensitive
+  strategy noinc          # prohibited    insensitive     insensitive
 }
 </programlisting>
 </para>
@@ -351,6 +348,38 @@ Specify which types of messages will trigger an email from amreport. amreport is
     </variablelist>
   </listitem>
   </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>report-use-media</amkeyword> <amtype>boolean</amtype></term>
+  <listitem>
+<para>Default:
+<amdefault>True</amdefault> if <amkeyword>max-dle-by-volume</amkeyword>
+is not set,
+<amdefault>False</amdefault> if it is set.
+If the reporter must print the list of media used in the run.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>report-next-media</amkeyword> <amtype>boolean</amtype></term>
+  <listitem>
+<para>Default:
+<amdefault>True</amdefault> if <amkeyword>max-dle-by-volume</amkeyword>
+is not set,
+<amdefault>False</amdefault> if it is set.
+If the reporter must print the list of media expected for the next run.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>max-dle-by-volume</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+<para>Default:
+<amdefault>1000000000</amdefault>.
+The maximum number of dle written to a single volume.</para>
+  </listitem>
+  </varlistentry>
+
   <varlistentry>
   <term><amkeyword>dumpcycle</amkeyword> <amtype>int</amtype></term>
   <listitem>
@@ -390,14 +419,31 @@ days /
 <amkeyword>runtapes</amkeyword>.</para>
   </listitem>
   </varlistentry>
+
   <varlistentry>
   <term><amkeyword>tapecycle</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>15 tapes</amdefault>.
-Typically tapes are used by Amanda in an ordered rotation. The <amkeyword>tapecycle</amkeyword> parameter 
-defines the size of that rotation. This parameter must be be larger than the number of tapes
-used in a dumpcycle.</para>
+
+Specifies the number of "active" volumes - volumes that Amanda will not
+overwrite.  While Amanda is always willing to write to a new volume, it refuses
+to overwrite a volume unless at least '<amkeyword>tapecycle</amkeyword> -1'
+volumes have been written since.</para>
+
+<para> It is considered good administrative practice to set the
+<amkeyword>tapecycle</amkeyword> parameter slightly lower than the actual
+number of tapes in use. This allows the administrator to more easily cope
+with damaged or misplaced tapes or schedule adjustments that call for
+slight adjustments in the rotation order.</para>
+
+<para>Note: Amanda is commonly misconfigured with <amkeyword>tapecycle</amkeyword>
+equal to the number of tapes per <amkeyword>dumpcycle</amkeyword>.  In this
+misconfiguration, amanda may erase a full dump before a new one is
+completed.  Recovery is then impossible. The
+<amkeyword>tapecycle</amkeyword> must be at least one tape larger than the
+number of tapes per dumpcycle.</para>
+
 <para>
 The number of tapes per dumpcycle is calculated by multiplying the number of
 &amdump; runs per dump cycle <amkeyword>runspercycle</amkeyword> (the
@@ -406,21 +452,6 @@ remap='B'>runtapes</emphasis> (the number of tapes used per run). Typically
 <amkeyword>tapecycle</amkeyword> is set to two or four times the tapes
 per dumpcycle.</para>
 
-<note>Amanda is commonly misconfigured with <amkeyword>tapecycle</amkeyword>
-equal to the number of tapes per <amkeyword>dumpcycle</amkeyword>.  In this
-misconfiguration, amanda may erase a full dump before a new one is completed,
-the recovery is then impossible. tapecycle must be at least one tape larger
-than the number of tapes per dumpcycle.
-</note>
-
-<para>While Amanda is always willing to use a new tape in its rotation, it refuses to reuse a tape until at
-least '<amkeyword>tapecycle</amkeyword> -1' number of other tapes have been used. 
-</para>
-<para>
-It is considered good administrative practice to set the <amkeyword>tapecycle</amkeyword> parameter 
-slightly lower than the actual number of tapes in rotation. This allows the administrator to more easily cope 
-with damaged or misplaced tapes or schedule adjustments that call for slight adjustments in the rotation order.
-</para>
   </listitem>
   </varlistentry>
 
@@ -437,22 +468,13 @@ can't read logfiles written when this option was enabled.
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>label_new_tapes</amkeyword>
+  <term><amkeyword>label-new-tapes</amkeyword>
         <amtype>string</amtype></term>
 <listitem>
-    <para>Deprecated, use <amkeyword>autolabel</amkeyword> option.</para>
+    <para>Deprecated, use <amkeyword>autolabel</amkeyword> option with options <amkeyword>volume-error empty</amkeyword> to get equivalent behavior.</para>
     <para>Default: not set.
 When set, this directive will cause Amanda to automatically write an Amanda
-tape label to any blank tape she encounters. This option is DANGEROUS 
-because when set, Amanda will ERASE any non-Amanda tapes you may have, and may 
-also ERASE any near-failing tapes. Use with caution.</para>
-<para>When using this directive, specify the template for new tape 
-labels. The template should contain some number of contiguous '%' 
-characters, which will be replaced with a generated number. Be sure to 
-specify enough '%' characters that you do not run out of tape labels. 
-Example: 
-<markup>label_new_tapes "DailySet1-%%%"</markup>
-</para>
+tape label to any blank tape she encounters.</para>
 </listitem>
 </varlistentry>
 
@@ -460,9 +482,9 @@ Example:
   <term><amkeyword>autolabel</amkeyword>
         <amtype>string</amtype>
         [<amkeyword>any</amkeyword>]
-        [<amkeyword>other_config</amkeyword>]
-        [<amkeyword>non_amanda</amkeyword>]
-        [<amkeyword>volume_error</amkeyword>]
+        [<amkeyword>other-config</amkeyword>]
+        [<amkeyword>non-amanda</amkeyword>]
+        [<amkeyword>volume-error</amkeyword>]
         [<amkeyword>empty</amkeyword>]</term>
 <listitem>
     <para>Default: not set.
@@ -471,34 +493,54 @@ tape label to most volume she encounters. This option is DANGEROUS
 because when set, Amanda may erase near-failing tapes or tapes accidentally
 loaded in the wrong slot.</para>
 <para>When using this directive, specify the template for new tape
-labels. The template should contain some number of contiguous '%'
+labels. The template can contains many variables that are substituted by their
+values:
+<programlisting>
+    $c : config name
+    $o : org configuration
+    $b : barcode of the volume
+    $s : slot number, can specify a minimun number of digit:
+         $3s to get '001'
+    $m : meta label
+</programlisting></para>
+<para>The template can contain some number of contiguous '%'
 characters, which will be replaced with a generated number. Be sure to
 specify enough '%' characters that you do not run out of tape labels.
 Example:
-<markup>autolabel &quot;DailySet1-%%%&quot; empty</markup>
+<markup>&quot;DailySet1-%%%&quot;</markup>,
+<markup>&quot;$c-%%%&quot;</markup>,
+<markup>&quot;$m-%%%&quot;</markup>,
+<markup>&quot;$m-$b&quot;</markup>
 </para>
+<para>The generared label can be used only if it match the
+<amkeyword>labelstr</amkeyword> setting. The volume will not be used if the
+generated label doesn't match the <amkeyword>labelstr</amkeyword> setting.
+</para>
+<para>Note that many devices cannot distinguish an empty tape from an error
+condition, so it may is often necessary to include
+<amkeyword>volume-error</amkeyword> as an autolabel condition.</para>
 <variablelist remap='TP'>
 <varlistentry>
 <term><amkeyword>any</amkeyword></term>
-<listitem>equivalent to '<amkeyword>other_config non_amanda volume_error empty</amkeyword>'
+<listitem>equivalent to '<amkeyword>other-config non-amanda volume-error empty</amkeyword>'
 </listitem>
 </varlistentry>
 <varlistentry>
-<term><amkeyword>other_config</amkeyword></term>
+<term><amkeyword>other-config</amkeyword></term>
 <listitem>Label volumes with a valid Amanda label that do not match our
 <amkeyword>labelstr</amkeyword>. Danger: this may erase volumes
 from other Amanda configurations without warning!
 </listitem>
 </varlistentry>
 <varlistentry>
-<term><amkeyword>non_amanda</amkeyword></term>
+<term><amkeyword>non-amanda</amkeyword></term>
 <listitem>Label volumes which do not start with data that resembles an
 Amanda header. Danger: this may erase volumes from other backup applications
 without warning!
 </listitem>
 </varlistentry>
 <varlistentry>
-<term><amkeyword>volume_error</amkeyword></term>
+<term><amkeyword>volume-error</amkeyword></term>
 <listitem>Label volumes where an error occurs while trying to read the label.
 Danger: this may erase arbitrary volumes due to transient errors.
 </listitem>
@@ -512,6 +554,31 @@ Danger: this may erase arbitrary volumes due to transient errors.
 </listitem>
 </varlistentry>
 
+  <varlistentry>
+  <term><amkeyword>meta-autolabel</amkeyword>
+        <amtype>string</amtype></term>
+  <listitem>
+<para>Default: not set. When set and if the changer support meta-label, this directive will cause Amanda to automatically add a meta-label to a meta-volume.</para>
+<para>A meta-volume is a containers that contains many volumes, eg. a removable
+hard-disk for use with chg-disk, each hard disk have many slots (volume).
+The meta-label is the label to put on the meta-volume.</para>
+<para>When using this directive, specify the template for new meta
+labels. The template can contains many variables that are substituted by their
+values:
+<programlisting>
+    $c : config name
+    $o : org configuration
+</programlisting></para>
+<para>The template should contain some number of contiguous '%'
+characters, which will be replaced with a generated number. Be sure to
+specify enough '%' characters that you do not run out of meta labels.
+Example:
+<markup>&quot;DailySet1-%%%&quot;</markup>,
+<markup>&quot;$o-%%%&quot;</markup>,
+</para>
+  </listitem>
+  </varlistentry>
+
   <varlistentry>
   <term><amkeyword>dumpuser</amkeyword> <amtype>string</amtype></term>
   <listitem>
@@ -542,30 +609,14 @@ option.</para>
   <listitem>
 <para>Default:
 <amdefault>&quot;null:&quot;</amdefault>.
-The device name, referencing the name of a &quot;device&quot; section in the configuration file.  See
-<manref name="amanda-devices" vol="7"/>
-for more information on device names.</para>
-
-<para>If a tape changer is configured
-(see the
-<amkeyword>tpchanger</amkeyword>
-option), this option might not be used.</para>
+This parameter can either specify a device (explicitly or by referencing a device definition - see <manref name="amanda-devices" vol="7" />)
+or a tape changer (explicitly or by referencing a device definition - see <manref name="amanda-changers" vol="7" />).</para>
 
-<para>If <amkeyword>tapedev</amkeyword> is
-<emphasis remap='B'>null:</emphasis>,
-programs such as
-&amdump;
-will run normally but all images will be thrown away.
-This should only be used for debugging and testing,
-and probably only with the
-<amkeyword>record</amkeyword>
-option set to
-<amdefault>no</amdefault>.</para>
   </listitem>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>device_property</amkeyword> <amtype>string</amtype> <amtype>string</amtype></term>
+  <term><amkeyword>device-property</amkeyword> <amtype>string</amtype> <amtype>string</amtype></term>
   <listitem>
 <para>These options can set various device properties.  See
 <manref name="amanda-devices" vol="7"/>
@@ -574,7 +625,7 @@ Both strings are always quoted; the first string contains the name of
 the property to set, and the second contains its value. For example, to set
 a fixed block size of 128k, write:</para>
 <programlisting>
-device_property "BLOCK_SIZE" "128k"
+device-property "BLOCK_SIZE" "128k"
 </programlisting>
 
   </listitem>
@@ -595,13 +646,30 @@ the property to set, and the others contains its values.
   <varlistentry>
   <term><amkeyword>tpchanger</amkeyword> <amtype>string</amtype></term>
   <listitem>
-<para>Default: not set.
-The name of the tape changer.
-If a tape changer is not configured, this option is not used
-and should be commented out of the configuration file.</para>
-<para>If a tape changer is configured, choose one of the changer scripts
-(e.g.  <emphasis remap='B'>chg-scsi</emphasis>)
-and enter that here.</para>
+<para>Default: not set.  The tape changer to use.  In most cases, only one of
+<amkeyword>tpchanger</amkeyword> or <amkeyword>tapedev</amkeyword> is
+specified, although for backward compatibility both may be specified if
+<amkeyword>tpchanger</amkeyword> gives the name of an old changer script.
+See <manref name="amanda-changers" vol="7" /> for more information on
+configuring changers.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>interactivity</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: not set.  The interactivity module Amanda should use to interact with
+the user.  See <manref name="amanda-interactivity" vol="7" /> for a list of
+modules.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>taperscan</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: traditional.  The taperscan module amanda should use to find a tape
+to write to. See <manref name="amanda-taperscan" vol="7" /> for a list of
+modules.</para>
   </listitem>
   </varlistentry>
 
@@ -620,7 +688,7 @@ option.</para>
   <term><amkeyword>changerfile</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default:
-<amdefault>&quot;usr/adm/amanda/log/changer-status&quot;</amdefault>.
+<amdefault>&quot;/usr/adm/amanda/log/changer-status&quot;</amdefault>.
 A tape changer configuration parameter.
 Usage depends on the particular changer defined with the
 <amkeyword>tpchanger</amkeyword>
@@ -639,9 +707,6 @@ and should be commented out of the configuration file.</para>
 let Amanda write to more than one tape.</para>
 <para>Note that this is an upper bound on the number of tapes,
 and Amanda may use less.</para>
-<para>Also note that as of this release, Amanda does not support true tape overflow.
-When it reaches the end of one tape,
-the backup image Amanda was processing starts over again on the next tape.</para>
   </listitem>
   </varlistentry>
 
@@ -649,7 +714,7 @@ the backup image Amanda was processing starts over again on the next tape.</para
   <term><amkeyword>maxdumpsize</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
-<amdefault><amkeyword>runtapes</amkeyword>*<amkeyword>tape_length</amkeyword></amdefault>.
+<amdefault><amkeyword>runtapes</amkeyword>*<amkeyword>tape-length</amkeyword></amdefault>.
 Maximum number of bytes the planner will schedule for a run.</para>
 <para>The default unit is Kbytes if it is not specified.</para>
   </listitem>
@@ -702,6 +767,24 @@ The algorithm used to choose which dump image to send to the taper.</para>
   
   </listitem>
   </varlistentry>
+<varlistentry>
+  <term><amkeyword>taper-parallel-write</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+    <para>Default: <amdefault>1</amdefault>.
+Amanda can write simultaneously up to that number of volume at any given
+time. The changer must have as many drives.</para>
+  </listitem>
+</varlistentry>
+
+<varlistentry>
+  <term><amkeyword>eject-volume</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+    <para>Default: <amdefault>no</amdefault>.
+Set to <amkeyword>yes</amkeyword> if you want the volume to be ejected
+after Amanda wrote data to it. It works only with some changer and device.</para>
+  </listitem>
+</varlistentry>
+
 <varlistentry>
 <term><amkeyword>labelstr</amkeyword> <amtype>string</amtype></term>
 <listitem>
@@ -778,7 +861,7 @@ per client instead of per disk.</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>connect_tries</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>connect-tries</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>3</amdefault>.
@@ -787,7 +870,7 @@ How many times the server will try a connection.</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>req_tries</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>req-tries</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>3</amdefault>.
@@ -799,7 +882,7 @@ How many times the server will resend a REQ packet if it doesn't get the ACK pac
   <term><amkeyword>netusage</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
-<amdefault>8000 Kbps</amdefault>.
+<amdefault>80000 Kbps</amdefault>.
 The maximum network bandwidth allocated to Amanda, in Kbytes per second.
 See also the
 <emphasis remap='B'>interface</emphasis>
@@ -1023,7 +1106,7 @@ Amanda maintains this file with information about the active set of tapes.</para
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>device_output_buffer_size</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>device-output-buffer-size</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>1280k</amdefault>.
@@ -1040,7 +1123,7 @@ useful on fast tape drives and optical media.</para>
 <para>Default:
 <amdefault>20</amdefault>.
 This option is deprecated; use
-the <amkeyword>device_output_buffer_size</amkeyword> directive
+the <amkeyword>device-output-buffer-size</amkeyword> directive
 instead. <amkeyword>tapebufs</amkeyword> works the same way,
 but the number specified is multiplied by the device blocksize prior
 to use.</para>
@@ -1060,41 +1143,45 @@ the amount of holding disk space reserved for incrementals should be lowered.</p
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>autoflush</amkeyword> <amtype>bool</amtype></term>
+  <term><amkeyword>autoflush</amkeyword> <amkeyword>no</amkeyword>|<amkeyword>yes</amkeyword>|<amkeyword>all</amkeyword></term>
   <listitem>
 <para>Default:
-<amkeyword>off</amkeyword>.
-Whether an amdump run will flush the dumps from holding disk to tape.</para>
+<amkeyword>no</amkeyword>.
+Whether an amdump run will flush the dumps from holding disk to tape.
+With <amkeyword>yes</amkeyword>, only dump matching the command line argument are flushed.
+With <amkeyword>all</amkeyword>, all dump are flushed.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>amrecover_do_fsf</amkeyword> <amtype>bool</amtype></term>
+  <term><amkeyword>amrecover-do-fsf</amkeyword> <amtype>bool</amtype></term>
   <listitem>
+<para>Deprecated; amrecover always uses fsf, and does not invoke amrestore.</para>
 <para>Default:
 <amkeyword>on</amkeyword>.
 Amrecover will call amrestore with the -f flag for faster positioning of the tape.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>amrecover_check_label</amkeyword> <amtype>bool</amtype></term>
+  <term><amkeyword>amrecover-check-label</amkeyword> <amtype>bool</amtype></term>
   <listitem>
+<para>Deprecated; amrecover always checks the label, and does not invoke amrestore.</para>
 <para>Default:
 <amkeyword>on</amkeyword>.
 Amrecover will call amrestore with the -l flag to check the label.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>amrecover_changer</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>amrecover-changer</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: not set.
 Amrecover will use the changer if you use 'settape &lt;string&gt;' and that string
-is the same as the amrecover_changer setting.</para>
+is the same as the <amkeyword>amrecover-changer</amkeyword> setting.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
   <term><amkeyword>columnspec</amkeyword> <amtype>string</amtype></term>
   <listitem>
-<para> default: "HostName=0:12:12,Disk=1:11:11,Level=1:1:1,OrigKB=1:-7:0,OutKB=1:-7:0,Compress=1:-6:1,DumpTime=1:-7:7,Dumprate=1:-6:1,TapeTime=1:-6:6,TapeRate=1:-6:1"</para>
+<para> default: "HostName=0:-12:12,Disk=1:-11:11,Level=1:-1:1,OrigKB=1:-7:0,OutKB=1:-7:0,Compress=1:-6:1,DumpTime=1:-7:7,Dumprate=1:-6:1,TapeTime=1:-6:6,TapeRate=1:-6:1"</para>
 <para>Defines the width of columns <emphasis remap='B'>amreport</emphasis>
 should use.
 <emphasis remap='I'>String</emphasis>
@@ -1159,7 +1246,7 @@ Relative pathnames are relative to the configuration directory.
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_days</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-days</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>3</amdefault>.
@@ -1168,7 +1255,7 @@ The number of days the debug files are kept.</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_auth</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-auth</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1177,7 +1264,7 @@ Debug level of the auth module</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_event</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-event</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1186,7 +1273,7 @@ Debug level of the event module</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_holding</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-holding</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1195,7 +1282,7 @@ Debug level of the holdingdisk module</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_protocol</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-protocol</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1204,7 +1291,7 @@ Debug level of the protocol module</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_planner</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-planner</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1213,7 +1300,7 @@ Debug level of the planner process</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_driver</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-driver</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1222,7 +1309,7 @@ Debug level of the driver process</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_dumper</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-dumper</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1231,7 +1318,7 @@ Debug level of the dumper process</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_chunker</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-chunker</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1240,7 +1327,7 @@ Debug level of the chunker process</para>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>debug_taper</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>debug-taper</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>0</amdefault>.
@@ -1248,6 +1335,15 @@ Debug level of the taper process</para>
   </listitem>
   </varlistentry>
 
+  <varlistentry>
+  <term><amkeyword>debug-recovery</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+<para>Default:
+<amdefault>1</amdefault>.
+Debug level of all recovery process</para>
+  </listitem>
+  </varlistentry>
+
   <varlistentry>
   <term><amkeyword>flush-threshold-dumped</amkeyword> <amtype>int</amtype></term>
   <listitem>
@@ -1357,6 +1453,47 @@ Range is inclusive.</para>
   </listitem>
   </varlistentry>
 
+  <varlistentry>
+  <term><amkeyword>recovery-limit</amkeyword> [ <amtype>string</amtype> | <amkeyword>same-host</amkeyword> | <amkeyword>server</amkeyword>]</term>
+  <listitem>
+<para>Default: none (no limitations).  This parameter limits the hosts
+    that may do recoveries.  Hosts are identified by their authenticated
+    peer name, as described in <manref name="amanda-auth" vol="7"/>; if this is
+    not available and the recovery-limit parameter is present, recovery will be
+    denied.  The arguments to the parameter are strings giving host match
+    expressions (see <manref name="amanda-match" vol="7"/>) or the special
+    keywords <amkeyword>same-host</amkeyword> or <amkeyword>server</amkeyword>.
+    The <amkeyword>same-host</amkeyword> keyword requires an exact
+    match to the hostname of the DLE being recovered.
+    The <amkeyword>server</amkeyword> keyword require the connection come from
+    the fqdn of the server.
+    Specifying no arguments at all will disable all
+    recoveries from any host.</para>
+
+<para>Note that match expressions can be constructed to be
+    forgiving of e.g., fully-qualified vs. unqualified hostnames, but
+    <amkeyword>same-host</amkeyword> requires an exact match.</para>
+
+<para>The error messages that appear in amrecover are intentionally vague to
+    avoid information leakage.  Consult the amindexd debug log for more details
+    on the reasons a recovery was rejected.</para>
+
+<para>Recovery limits can be refined on a per-DLE basis using the dumptype
+    parameter of the same name.  Note that the default value will apply to any
+    dumpfiles for disks which no longer appear in the disklist; thus leaving the
+    global parameter at its default value but setting it for all DLEs is not
+    sufficient to maintain secure backups.</para>
+
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>tmpdir</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: none (system default).  Set it to a directory with lots of free
+space if sort in amindexd fail with 'No space left on device'.</para>
+  </listitem>
+  </varlistentry>
 </variablelist>
 </refsect1>
 
@@ -1484,13 +1621,13 @@ are defined.</para>
   <term><amkeyword>auth</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default:
-<amdefault>&quot;bsd&quot;</amdefault>.
+<amdefault>&quot;bsdtcp&quot;</amdefault>.
 Type of authorization to perform between tape server and backup client hosts.  See <manref name="amanda-auth" vol="7"/> for more detail.</para>
   </listitem>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>amandad_path</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>amandad-path</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>&quot;$libexec/amandad&quot;</amdefault>.
@@ -1500,7 +1637,7 @@ Specify the amandad path of the client, only use with rsh/ssh authentification.
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>client_username</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>client-username</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default:
 <amdefault>CLIENT_LOGIN</amdefault>.
@@ -1510,7 +1647,7 @@ Specify the username to connect on the client, only use with rsh/ssh authentific
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>client_port</amkeyword> [ <amtype>int</amtype> | <amtype>string</amtype> ]</term>
+  <term><amkeyword>client-port</amkeyword> [ <amtype>int</amtype> | <amtype>string</amtype> ]</term>
   <listitem>
 <para>Default:
 <amdefault>&quot;amanda&quot;</amdefault>.
@@ -1519,6 +1656,7 @@ Specifies the port to connect to on the client.  It can be a service name or a n
   </listitem>
   </varlistentry>
 
+
 <!-- bumping parameters yanked from the global section above -->
 
   <varlistentry>
@@ -1653,7 +1791,7 @@ to use your own compression method. (See dumptype custom-compress in example/ama
   <varlistentry>
     <term>compress client custom</term>
     <listitem>
-      <para>Specify <emphasis>client_custom_compress</emphasis> &quot;PROG&quot;</para>
+      <para>Specify <amkeyword>client-custom-compress</amkeyword> &quot;PROG&quot;</para>
       <para>PROG must not contain white space and it must accept -d for uncompress.</para>
     </listitem>
   </varlistentry>
@@ -1666,7 +1804,7 @@ to use your own compression method. (See dumptype custom-compress in example/ama
   <varlistentry>
     <term>compress server custom</term>
     <listitem>
-      <para>Specify <amkeyword>server_custom_compress</amkeyword> &quot;PROG&quot;</para>
+      <para>Specify <amkeyword>server-custom-compress</amkeyword> &quot;PROG&quot;</para>
       <para>PROG must not contain white space and it must accept -d for uncompress.</para>
     </listitem>
   </varlistentry>
@@ -1678,7 +1816,7 @@ or <emphasis remap='B'>mt</emphasis> option), Amanda (software) compression shou
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>client_custom_compress</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>client-custom-compress</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: none.
     The program to use to perform compression/decompression on the client; used with
@@ -1687,7 +1825,7 @@ or <emphasis remap='B'>mt</emphasis> option), Amanda (software) compression shou
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>server_custom_compress</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>server-custom-compress</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: none.
     The program to use to perform compression/decompression on the server; used with
@@ -1722,9 +1860,9 @@ server host as it goes from the network into the holding disk or to tape.</para>
   <varlistentry>
     <term>encrypt client</term>
     <listitem>
-      <para>Specify client_encrypt &quot;PROG&quot;</para>
+      <para>Specify client-encrypt &quot;PROG&quot;</para>
       <para>PROG must not contain white space.</para>
-      <para>Specify client_decrypt_option &quot;decryption-parameter&quot; Default: &quot;-d&quot;</para>
+      <para>Specify client-decrypt-option &quot;decryption-parameter&quot; Default: &quot;-d&quot;</para>
       <para>decryption-parameter must not contain white space.</para>
       <para>(See dumptype client-encrypt-nocomp in example/amanda.conf for reference)</para>
     </listitem>
@@ -1732,9 +1870,9 @@ server host as it goes from the network into the holding disk or to tape.</para>
   <varlistentry>
     <term>encrypt server</term>
     <listitem>
-      <para>Specify server_encrypt &quot;PROG&quot;</para>
+      <para>Specify server-encrypt &quot;PROG&quot;</para>
       <para>PROG must not contain white space.</para>
-      <para>Specify server_decrypt_option &quot;decryption-parameter&quot; Default: &quot;-d&quot;</para>
+      <para>Specify server-decrypt-option &quot;decryption-parameter&quot; Default: &quot;-d&quot;</para>
       <para>decryption-parameter must not contain white space.</para>
       <para>(See dumptype server-encrypt-fast in example/amanda.conf for reference)</para>
     </listitem>
@@ -1750,7 +1888,7 @@ client-encryption AND server-compression is not supported.
 </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>client_encrypt</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>client-encrypt</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: none.
 The program to use to perform encryption/decryption on the client; used with
@@ -1759,16 +1897,16 @@ The program to use to perform encryption/decryption on the client; used with
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>client_decrypt_option</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>client-decrypt-option</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: -d.
-The option that can be passed to client_encrypt to make it decrypt instead.
+The option that can be passed to client-encrypt to make it decrypt instead.
 Must not contain whitespace.</para>
   </listitem>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>server_encrypt</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>server-encrypt</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: none.
 The program to use to perform encryption/decryption on the server; used with
@@ -1777,10 +1915,10 @@ The program to use to perform encryption/decryption on the server; used with
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>server_decrypt_option</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>server-decrypt-option</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: -d.
-The option that can be passed to server_encrypt to make it decrypt instead.
+The option that can be passed to server-encrypt to make it decrypt instead.
 Must not contain whitespace.</para>
   </listitem>
   </varlistentry>
@@ -2005,6 +2143,17 @@ See also the main section parameter <amkeyword>inparallel</amkeyword>.</para>
 <amdefault>10000</amdefault>.
 The maximum number of day for a promotion, set it 0 if you don't want
 promotion, set it to 1 or 2 if your disks get overpromoted.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>max-warnings</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+<para>Default:
+<amdefault>20</amdefault>.
+The maximum number of error lines in the report for a dle. A value of '0'
+means unlimited. This is useful to reduce the size of the log file and the
+size of the report. All errors are put in separate files if a dle have more
+errors.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
@@ -2098,7 +2247,7 @@ level 1 incrementals in this configuration; this is probably a bug.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>ssh_keys</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>ssh-keys</amkeyword> <amtype>string</amtype></term>
   <listitem>
 <para>Default: not set.
 The key file the ssh auth will use, it must be the private key. If this parameter is not specified, then the default ssh key will be used.</para>
@@ -2159,23 +2308,28 @@ The value should be hh*100+mm, e.g. 6:30PM (18:30) would be entered as
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>tape_splitsize</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>allow-split</amkeyword> <amtype>bool</amtype></term>
+  <listitem>
+<para>Default: true.
+If true, then dumps with this dumptype can be split on the storage media.  If false, then
+the dump will be written in a single file on the media.  See "Dump Splitting Configuration"
+below.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>tape-splitsize</amkeyword> <amtype>int</amtype></term>
   <listitem>
+      <para>Deprecated.  See "Dump Splitting Configuration" below.</para>
 <para>Default: not set.
 Split dump file on tape into pieces of a specified size.
-This allows dumps to be spread across multiple tapes, and can potentially
-make more efficient use of tape space.
-Note that if this value is too large (more than half the size of the
-average dump being split), substantial tape space can be wasted.
-If too small, large dumps will be split into innumerable tiny dumpfiles,
-adding to restoration complexity.
-A good rule of thumb, usually, is 1/10 of the size of your tape.</para>
-<para>The default unit is Kbytes if it is not specified.</para>
+The default unit is Kbytes if it is not specified.</para>
   </listitem>
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>split_diskbuffer</amkeyword> <amtype>string</amtype></term>
+  <term><amkeyword>split-diskbuffer</amkeyword> <amtype>string</amtype></term>
+      <para>Deprecated.  See "Dump Splitting Configuration" below.</para>
   <listitem>
 <para>Default: not set.
 When dumping a split dump in PORT-WRITE mode (usually meaning "no holding disk"), buffer the split chunks to a file in the directory specified by this option.
@@ -2184,20 +2338,40 @@ When dumping a split dump in PORT-WRITE mode (usually meaning "no holding disk")
   </varlistentry>
 
   <varlistentry>
-  <term><amkeyword>fallback_splitsize</amkeyword> <amtype>int</amtype></term>
+  <term><amkeyword>fallback-splitsize</amkeyword> <amtype>int</amtype></term>
   <listitem>
+      <para>Deprecated.  See "Dump Splitting Configuration" below.</para>
 <para>Default:
 <amdefault>10M</amdefault>.
-When dumping a split dump in PORT-WRITE mode, if no split_diskbuffer is
-specified (or if we somehow fail to use our split_diskbuffer), we must
-buffer split chunks in memory.
-This specifies the maximum size split chunks can be in this scenario,
+This specifies the part size used when no <amkeyword>split-diskbuffer</amkeyword> is specified, or when it is too small or does not exist,
 and thus the maximum amount of memory consumed for in-memory splitting.
-The size of this buffer can be changed from its (very conservative) default
-to a value reflecting the amount of memory that each taper process on
-the dump server may reasonably consume.
-</para>
-<para>The default unit is Kbytes if it is not specified.</para>
+The default unit is Kbytes if it is not specified.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+      <term><amkeyword>recovery-limit</amkeyword>
+           [ <amkeyword>server</amkeyword> | <amkeyword>same-host</amkeyword> | <amtype>string</amtype> ]*</term>
+  <listitem>
+
+<para>Default: global value.  This parameter overrides the global
+    <amkeyword>recovery-limit</amkeyword> parameter for DLEs of this
+    dumptype.</para>
+
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+      <term><amkeyword>dump-limit</amkeyword>
+           [ <amkeyword>server</amkeyword> | <amkeyword>same-host</amkeyword> ]*</term>
+  <listitem>
+
+<para>Default: <amkeyword>server</amkeyword>. Specify which host can initiate
+ a backup of the dle.  With <amkeyword>server</amkeyword>, the server
+ can initiate a backup with the <command>amdump</command> command.
+ With <amkeyword>same-host</amkeyword>, the client can initiate a backup with
+ the <command>amdump_client</command> command.</para>
+
   </listitem>
   </varlistentry>
 </variablelist>
@@ -2218,7 +2392,10 @@ define dumptype "srvcompress" {
     compress server fast
 }
 define dumptype "bsd-auth" {
-    auth bsd
+    auth "bsd"
+}
+define dumptype "bsdtcp-auth" {
+    auth "bsdtcp"
 }
 define dumptype "no-record" {
     record no
@@ -2348,6 +2525,49 @@ tape devices.
   </listitem>
   </varlistentry>
   
+  <varlistentry>
+  <term><amkeyword>part-size</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+<para>If this is set to zero (default), then no splitting will take place,
+and the entire dump will fail, if end-of-medium is encountered before
+the dump is complete, unless the device property LEOM is true, and the
+device can detect EOM.  See "Dump Splitting Configuration" below.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>part-cache-type</amkeyword> [ <amkeyword>none</amkeyword> | <amkeyword>disk</amkeyword> | <amkeyword>memory</amkeyword> ] </term>
+  <listitem>
+<para>Default: none.  When part caching is required, this parameter specifies
+the type of caching that will be used.  The options include no caching
+(<amkeyword>none</amkeyword>), in which case a failed part will cause the
+entire dump to fail; on-disk caching (<amkeyword>disk</amkeyword>), for
+which <amkeyword>part-cache-dir</amkeyword> must be set properly; and
+in-memory caching (<amkeyword>memory</amkeyword>), which on most systems
+severely restrains the size of the part that can be written.  See "Dump
+Splitting Configuration" below.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>part-cache-dir</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: none.
+The directory in which part-cache files can be written when caching on disk.
+See "Dump Splitting Configuration" below.</para>
+  </listitem>
+  </varlistentry>
+
+  <varlistentry>
+  <term><amkeyword>part-cache-max-size</amkeyword> <amtype>int</amtype></term>
+  <listitem>
+<para>Default: none.
+The maximum part size to use when caching is in effect.  This is used to limit
+the part size when disk or memory space for caching is constrained.  This value
+must be greater than zero.</para>
+  </listitem>
+  </varlistentry>
+
   <varlistentry>
   <term><amkeyword>speed</amkeyword> <amtype>int</amtype></term>
   <listitem>
@@ -2374,7 +2594,7 @@ man page for more information.</para>
 
 <para>In addition to options, another
 <amkeyword>tapetype</amkeyword>
-name may be supplie as an identifier, which makes this
+name may be supplied as an identifier, which makes this
 <amkeyword>tapetype</amkeyword>
 inherit options from another
 <amkeyword>tapetype</amkeyword>.
@@ -2444,7 +2664,7 @@ A comment string describing this set of network information.</para>
   <term><amkeyword>use</amkeyword> <amtype>int</amtype></term>
   <listitem>
 <para>Default:
-<amdefault>8000 Kbps</amdefault>.
+<amdefault>80000 Kbps</amdefault>.
 The speed of the interface in Kbytes per second.</para>
   </listitem>
   </varlistentry>
@@ -2480,6 +2700,21 @@ is the name of this type of application. It is referenced from the
 
 <para>The application options and values are:</para>
 <variablelist remap='TP'>
+  <varlistentry>
+  <term><amkeyword>client-name</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>No default,
+specifies an application name that is in the amanda-client.conf on the client.
+The setting from that application will be merged with the current application.
+If <amkeyword>client-name</amkeyword> is set then it is an error
+if that application is not defined on the client.</para>
+<para>If <amkeyword>client-name</amkeyword> is not set then the
+merge is done with the application that have the name equal to the plugin.
+eg. if the plugin is 'amgtar', then the setting from the application 'amgtar'
+is used if it is defined.
+</para>
+  </listitem>
+  </varlistentry>
   <varlistentry>
   <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
   <listitem>
@@ -2527,6 +2762,20 @@ is the name of this type of script. It is referenced from the
 
 <para>The script options and values are:</para>
 <variablelist remap='TP'>
+  <varlistentry>
+  <term><amkeyword>client-name</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>No default,
+specifies a script name that is in the amanda-client.conf on the client.
+The setting from that script will be merged with the currect script.
+If <amkeyword>client-name</amkeyword> is set then it is an error if that script is not defined on the client.</para>
+<para>If <amkeyword>client-name</amkeyword> is not set then the
+merge is done with the script that have the name equal to the plugin.
+eg. if the plugin is 'amlog-script', then the setting from the script
+'amlog-script' is used.
+</para>
+  </listitem>
+  </varlistentry>
   <varlistentry>
   <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
   <listitem>
@@ -2547,17 +2796,29 @@ A comment string describing this script.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>execute_where</amkeyword> [ <amkeyword>client</amkeyword> | <amkeyword>server</amkeyword> ]</term>
+  <term><amkeyword>single-execution</amkeyword> <amtype>boolean</amtype></term>
+  <listitem>
+<para>Default: <amdefault>no</amdefault>. The script is executed for each dle. If <amdefault>yes</amdefault>, the script is executed one time only.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>execute-where</amkeyword> [ <amkeyword>client</amkeyword> | <amkeyword>server</amkeyword> ]</term>
   <listitem>
 <para>Default: <amkeyword>client</amkeyword>. Where the script must be executed, on the client or server.</para>
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>>execute_on</amkeyword> <amtype>execute_on</amtype> [,<amtype>execute_on</amtype>]*</term>
+  <term><amkeyword>execute-on</amkeyword> <amtype>execute_on</amtype> [,<amtype>execute_on</amtype>]*</term>
   <listitem>
 <para>No default. When the script must be executed, you can specify many of them:</para>
     <!-- .RS -->
     <variablelist remap='TP'>
+      <varlistentry>
+      <term><amkeyword>pre-amcheck</amkeyword></term>
+      <listitem>
+<para>Execute before the amcheck command for all dle. Can only be run on server.</para>
+      </listitem>
+      </varlistentry>
       <varlistentry>
       <term><amkeyword>pre-dle-amcheck</amkeyword></term>
       <listitem>
@@ -2568,6 +2829,12 @@ A comment string describing this script.</para>
       <term><amkeyword>pre-host-amcheck</amkeyword></term>
       <listitem>
 <para>Execute before the amcheck command for all dle for the client.</para>
+      </listitem>
+      </varlistentry>
+      <varlistentry>
+      <term><amkeyword>post-amcheck</amkeyword></term>
+      <listitem>
+<para>Execute after the amcheck command for all dle. Can only be run on server.</para>
       </listitem>
       </varlistentry>
       <varlistentry>
@@ -2580,6 +2847,12 @@ A comment string describing this script.</para>
       <term><amkeyword>post-host-amcheck</amkeyword></term>
       <listitem>
 <para>Execute after the amcheck command for all dle for the client.</para>
+      </listitem>
+      </varlistentry>
+      <varlistentry>
+      <term><amkeyword>pre-estimate</amkeyword></term>
+      <listitem>
+<para>Execute before the estimate command for all dle. Can only be run on server.</para>
       </listitem>
       </varlistentry>
       <varlistentry>
@@ -2592,6 +2865,12 @@ A comment string describing this script.</para>
       <term><amkeyword>pre-host-estimate</amkeyword></term>
       <listitem>
 <para>Execute before the estimate command for all dle for the client.</para>
+      </listitem>
+      </varlistentry>
+      <varlistentry>
+      <term><amkeyword>post-estimate</amkeyword></term>
+      <listitem>
+<para>Execute after the estimate command for all dle. Can only be run on server.</para>
       </listitem>
       </varlistentry>
       <varlistentry>
@@ -2604,6 +2883,12 @@ A comment string describing this script.</para>
       <term><amkeyword>post-host-estimate</amkeyword></term>
       <listitem>
 <para>Execute after the estimate command for all dle for the client.</para>
+      </listitem>
+      </varlistentry>
+      <varlistentry>
+      <term><amkeyword>pre-backup</amkeyword></term>
+      <listitem>
+<para>Execute before the backup command for all dle. Can only be run on server.</para>
       </listitem>
       </varlistentry>
       <varlistentry>
@@ -2616,6 +2901,12 @@ A comment string describing this script.</para>
       <term><amkeyword>pre-host-backup</amkeyword></term>
       <listitem>
 <para>Execute before the backup command for all dle for the client. It can't be run on client, it must be run on server</para>
+      </listitem>
+      </varlistentry>
+      <varlistentry>
+      <term><amkeyword>post-backup</amkeyword></term>
+      <listitem>
+<para>Execute after the backup command for all dle. Can only be run on server.</para>
       </listitem>
       </varlistentry>
       <varlistentry>
@@ -2676,7 +2967,7 @@ script --post-recover
   </listitem>
   </varlistentry>
   <varlistentry>
-  <term><amkeyword>property</amkeyword>> [<amkeyword>append</amkeyword>] [<amkeyword>priority</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
+  <term><amkeyword>property</amkeyword> [<amkeyword>append</amkeyword>] [<amkeyword>priority</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
   <listitem>
 <para>No default. You can set property for the script, each script have a different set of property. Both strings are quoted; the first string contains the name of
 the property to set, and the others contains its values.
@@ -2697,7 +2988,7 @@ in the form of "device" sections, which look like this:</para>
 define device <emphasis remap='I'>name</emphasis> {
     commend "<emphasis remap='I'>comment (optional)</emphasis>"
     tapedev "<emphasis remap='I'>device-specifier</emphasis>"
-    device_property "<emphasis remap='I'>prop-name</emphasis>" "<emphasis remap='I'>prop-value</emphasis>"
+    device-property "<emphasis remap='I'>prop-name</emphasis>" "<emphasis remap='I'>prop-value</emphasis>"
     <literal>...</literal>
 }
 </programlisting>
@@ -2712,7 +3003,7 @@ As with most sections, the <emphasis remap='I'>comment</emphasis>
 parmeter is optional and only for the user's convenience.</para>
 
 <para>An arbitrary number of <emphasis
-remap='I'>device_property</emphasis> parameters can be specified.
+remap='I'>device-property</emphasis> parameters can be specified.
 Again, see
 <manref name="amanda-devices" vol="7"/>
 for information on device properties.</para>
@@ -2743,13 +3034,168 @@ device. The remaining parameters are specific to the changer type selected.
 
 </refsect1>
 
+<refsect1><title>INTERACTIVITY SECTION</title>
+<para>The
+<emphasis remap='B'>amanda.conf</emphasis>
+file may define multiple interactivyt methods, although only one will be used - that specified
+by the <amkeyword>interactivity</amkeyword> parameter.
+The information is entered in a <amkeyword>interactivity</amkeyword>
+section, which looks like this:</para>
+
+<programlisting>
+define interactivity <emphasis remap='I'>name</emphasis> {
+    <emphasis remap='I'>interactivity-option</emphasis> <emphasis remap='I'>interactivity-value</emphasis>
+    <literal>...</literal>
+}
+</programlisting>
+
+<para>The { must appear at the end of a line, and the } on its own line.</para>
+<para><emphasis remap='I'>name</emphasis> is the user-specified name of this
+interactivity. The remaining parameters are specific to the interactivity type
+selected.
+</para>
+
+<para>The interactivity options and values are:</para>
+<variablelist remap='TP'>
+  <varlistentry>
+  <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: not set.
+A comment string describing this interactivity.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>plugin</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>No default. Must be set to the name of the interactivity module, as described in <manref name="amanda-interactivity" vol="7" />.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>property</amkeyword> [<amkeyword>append</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
+  <listitem>
+<para>No default. You can set arbitrary properties for the interactivity.  Each interactivity module has a different set of properties. The first string contains the name of
+the property to set, and the others contains its values.  All strings should be quoted.
+The <amkeyword>append</amkeyword> keyword appends the given values to an existing list of values for that property.
+</para>
+  </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>See <manref name="amanda-interactivity" vol="7" /> for more information on configuring interactivity methods.</para>
+
+</refsect1>
+
+<refsect1><title>TAPERSCAN SECTION</title>
+<para>The
+<emphasis remap='B'>amanda.conf</emphasis>
+file may define multiple taperscan methods, although only one will be used - that specified
+by the <amkeyword>taperscan</amkeyword> parameter.
+The information is entered in a <amkeyword>taperscan</amkeyword>
+section, which looks like this:</para>
+
+<programlisting>
+define taperscan <emphasis remap='I'>name</emphasis> {
+    <emphasis remap='I'>taperscan-option</emphasis> <emphasis remap='I'>taperscan-value</emphasis>
+    <literal>...</literal>
+}
+</programlisting>
+
+<para>The { must appear at the end of a line, and the } on its own line.</para>
+<para><emphasis remap='I'>name</emphasis> is the user-specified name of this
+taperscan. The remaining parameters are specific to the taperscan type
+selected.
+</para>
+
+<para>The taperscan options and values are:</para>
+<variablelist remap='TP'>
+  <varlistentry>
+  <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>Default: not set.
+A comment string describing this taperscan.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>plugin</amkeyword> <amtype>string</amtype></term>
+  <listitem>
+<para>No default. Must be set to the name of the taperscan module.  See <manref name="amanda-taperscan" vol="7" /> for a list of defined taperscan modules.</para>
+  </listitem>
+  </varlistentry>
+  <varlistentry>
+  <term><amkeyword>property</amkeyword> [<amkeyword>append</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
+  <listitem>
+<para>No default.  Operates just like properties for interactivity methods, above.</para>
+  </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>See <manref name="amanda-taperscan" vol="7" /> for more information on configuring taperscan.</para>
+
+</refsect1>
+
+<refsect1><title>Dump Splitting Configuration</title>
+
+    <para>Amanda can "split" dumps into parts while writing them to storage
+       media.  This allows Amanda to recover gracefully from a failure while
+       writing a part to a volume, by simply selecting a new volume and
+       re-writing the dump from the beginning of the failed part.  Parts also
+       allow Amanda to seek directly to the required data, although this
+       functionality is not yet used.</para>
+
+    <para>In order to support re-writing from the beginning of a failed part,
+       Amanda must have access to the contents of the part after it has been
+       partially written.  If the dump is being read from holding disk, then
+       the part contents are availble there.  Otherwise, the part must be
+       cached, and this can be done memory or on disk.  In either of the
+       latter cases, the cache must have enough space to hold an entire
+       part.</para>
+
+    <para>Because it is common for a single Amanda configuration to use both
+       holding-disk (FILE-WRITE) and direct (known as PORT-WRITE) dumps, Amanda
+       allows the configuration of different split sizes for the two cases.  This
+       allows, for example, for a part size appropriate to large tapes when
+       performing FILE-WRITE dumps, with a part size limited by available disk
+       or memory when performing PORT-WRITE dumps.</para>
+
+    <para>Selecting a proper split size is a delicate matter.  If the parts are
+       too large, substantial storage space may be wasted in failed parts.  If
+       too small, large dumps will be split into innumerable tiny dumpfiles,
+       adding to restoration complexity; furthermore, an excess of filemarks
+       will cause slower tape drive operation and reduce the usable space on
+       tape.  A good rule of thumb is 1/10 of the size of a volume of storage
+       media.</para>
+
+    <para>In versions of Amanda through 3.1.*, splitting was controlled by the
+       dumptype parameters <amkeyword>tape-splitsize</amkeyword>,
+       <amkeyword>split-diskbuffer</amkeyword>, and
+       <amkeyword>fallback-splitsize</amkeyword>.  These keywords had
+       confusing and non-intuitive interactions, and have since been
+       deprecated.</para>
+
+    <para>If the deprecated keywords are not present, subsequent versions
+       of Amanda use the dumptype parameter
+       <amkeyword>allow-split</amkeyword> to control whether a DLE can be
+       split, and the <emphasis>tapetype</emphasis> parameters
+       <amkeyword>part-size</amkeyword>,
+       <amkeyword>part-cache-type</amkeyword>,
+       <amkeyword>part-cache-dir</amkeyword>, and
+       <amkeyword>part-cache-max-size</amkeyword>.  The
+       <amkeyword>part-size</amkeyword> specifies the "normal" part size,
+       while the <amkeyword>part-cache-*</amkeyword> parameters describe
+       how to behave when caching is required (on PORT-WRITE).  Full
+       details on these parameters are given above.</para>
+
+</refsect1>
+
 <seealso>
 <manref name="amanda-client.conf" vol="5"/>,
 <manref name="amanda-applications" vol="7"/>,
 <manref name="amanda-auth" vol="7"/>,
 <manref name="amanda-changers" vol="7"/>,
 <manref name="amanda-devices" vol="7"/>,
+<manref name="amanda-interactivity" vol="7"/>,
 <manref name="amanda-scripts" vol="7"/>
+<manref name="amanda-taperscan" vol="7"/>
 </seealso>