Merge tag 'upstream/3.3.3'
[debian/amanda] / man / xml-source / amgtar.8.xml
index 32ee09434892717a034a87f3a87b86296a366e75..557e5637db78987380617eb3969cc054307f62b6 100644 (file)
@@ -31,6 +31,9 @@
 <para>Amgtar is an Amanda Application API script.  It should not be run
 by users directly.  It uses GNU Tar to backup and restore data.</para>
 
+<para>The <emphasis remap='B'>diskdevice</emphasis> in the disklist (DLE)
+must be the directory to backup.</para>
+
 </refsect1>
 
 <refsect1><title>PROPERTIES</title>
@@ -72,6 +75,11 @@ The directory where gnutar stores the database it uses to generate incremental d
  <!-- ==== -->
  <varlistentry><term>GNUTAR-PATH</term><listitem>
 The path to the gnutar binary.  The default is set when Amanda is built.
+</listitem></varlistentry>
+ <!-- ==== -->
+ <varlistentry><term>IGNORE-ZEROS</term><listitem>
+If "YES" (the default), use the <emphasis>--ignore-zeros</emphasis> argument of gtar on recovery,
+set it to "NO" if you do not want that argument.
 </listitem></varlistentry>
  <!-- ==== -->
  <varlistentry><term>INCLUDE-LIST-GLOB</term><listitem>
@@ -139,6 +147,10 @@ List all regex (POSIX Extended Regular Expression syntax) that amanda ignore. Th
  <!-- ==== -->
  <varlistentry><term>STRANGE</term><listitem>
 List all regex (POSIX Extended Regular Expression syntax) that are strange output from gtar. All gtar output that doesn't match a normal or ignore regex are strange by default. The result of the dump is STRANGE if gtar produce a strange output. These output are in the "FAILED DUMP DETAILS" section of the email report.
+</listitem></varlistentry>
+ <!-- ==== -->
+ <varlistentry><term>VERBOSE</term><listitem>
+Default: "NO". If "YES", amgtar print more verbose debugging message and can leave temporary files in AMANDA_TMPDIR.
 </listitem></varlistentry>
 </variablelist>
 
@@ -211,7 +223,7 @@ A dumptype using this application might look like:
   }
 </programlisting>
 Note that the <emphasis>program</emphasis> parameter must be set to
-<emphasis>"APPLCIATION"</emphasis> to use the <emphasis>application</emphasis>
+<emphasis>"APPLICATION"</emphasis> to use the <emphasis>application</emphasis>
 parameter.
 </para>
 </refsect1>