Imported Upstream version 3.2.0
[debian/amanda] / man / xml-source / amcheckdump.8.xml
index 47cb4e19ba451cb9f1214ef67ff9a092c1364f2b..9cbe5dc701b105fb64a3b5b8d49a3ff7d68ac7f8 100644 (file)
@@ -3,7 +3,7 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
 [
   <!-- entities files to use -->
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
+  <!ENTITY % global_entities SYSTEM 'global.entities'>
   %global_entities;
 ]>
 
@@ -17,7 +17,7 @@
 </refmeta>
 <refnamediv>
 <refname>amcheckdump</refname>
-<refpurpose>check the results of an &A; dump</refpurpose>
+<refpurpose>check the results of an Amanda dump</refpurpose>
 </refnamediv>
 <refentryinfo>
 &author.ian;
   <command>amcheckdump</command>    
     <arg choice='plain'><replaceable>config</replaceable></arg>
     <arg choice='opt'>--timestamp|-t <replaceable>timestamp</replaceable></arg>
-    <arg choice='plain' rep='repeat'><group><arg choice='plain'>-o </arg><replaceable>configoption</replaceable></group></arg>
+    <arg choice='opt'>--verbose</arg>
+    &configoverride.synopsis;
 </cmdsynopsis>
 </refsynopsisdiv>
 
 <refsect1><title>DESCRIPTION</title>
 
-<para><emphasis remap='B'>Amcheckdump</emphasis> verifies &A; dump images by
+<para><emphasis remap='B'>Amcheckdump</emphasis> verifies Amanda dump images by
 reading them from storage volume(s) and verifying that the images can be parsed
 by the appropriate application (if available).  For example, a GNUTAR
 image is passed to GNU Tar for parsing, and any errors
@@ -42,7 +43,7 @@ image is passed to GNU Tar for parsing, and any errors
 
 <para>The application runs on the most recent dump or, if <emphasis
 remap='I'>--timestamp</emphasis> is specified, on the most recent dump with
-that timestamp.  Note that the verification is local to the &A; server; if the
+that timestamp.  Note that the verification is local to the Amanda server; if the
 dump application is not available, or is configured differently on the server
 than on the client, then the verification will most likely fail.</para>
 
@@ -51,7 +52,7 @@ tapes.  Otherwise, the application interactively requests the tapes.</para>
 
 <para>See the "<emphasis
 remap='B'>CONFIGURATION OVERRIDE</emphasis>" section in
-<citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+<manref name="amanda" vol="8"/>
 for information on the <literal>-o</literal> option.</para>
 </refsect1>
 
@@ -64,10 +65,9 @@ amcheckdump MYCONFIG
 amcheckdump MYCONFIG --timestamp 19780615
 </programlisting></para>
 </refsect1>
- <refsect1><title>SEE ALSO</title>
- <para><citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
- <ulink url="http://wiki.zmanda.com"/>
- </para>
- </refsect1> 
+
+<seealso>
+<manref name="amcheck" vol="8" />
+</seealso>
 
 </refentry>