Imported Upstream version 3.1.0
[debian/amanda] / man / xml-source / amgpgcrypt.8.xml
index b8da64b133acf5fabf2d53d60c694293b8cf6a2a..3dd714069d9f67c6bef3c6e9fb12d92dbd4f9262 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>amgpgcrypt</refname>
-<refpurpose>reference crypt program for &A; public-key data encryption</refpurpose>
+<refpurpose>reference crypt program for Amanda public-key data encryption</refpurpose>
 </refnamediv>
 <refentryinfo>
 &author.ktill;
 <!-- body begins here -->
 <refsynopsisdiv>
 <cmdsynopsis>
-  <command>amgpgcrypt</command>  to be called by &A; only 
+  <command>amgpgcrypt</command>  to be called by Amanda only 
 </cmdsynopsis>
 </refsynopsisdiv>
 
 <refsect1><title>DESCRIPTION</title>
 <para>&amgpgcrypt;
 calls <emphasis remap='B'>gpg</emphasis> to perform public-key data encryption
-on &A; backup.
+on Amanda backup.
 &amgpgcrypt; will search for the gpg program in the following directories:
 /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin</para>
 <para>&amgpgcrypt; sets GNUPGHOME to $AMANDA_HOME/.gnupg where gpg will look for the
 gpg keys.
-&amgpgcrypt; uses the public key to encrypt the &A; data
-and uses the private key to decrypt the &A; backup data. Thus, passphrase is only
+&amgpgcrypt; uses the public key to encrypt the Amanda data
+and uses the private key to decrypt the Amanda backup data. Thus, passphrase is only
 required at the time of data restore.</para> 
 </refsect1>
 
 
 <refsect1><title>Key and Passphrase</title>
-<para>&amgpgcrypt; uses the  private key to decrypt &A; backup data.</para>
+<para>&amgpgcrypt; uses the  private key to decrypt Amanda backup data.</para>
 It is very important to store, manage and  protect the key and the passphrase
 properly. Encrypted backup data can <emphasis remap='B'>only</emphasis> be recovered with the correct key and
 passphrase.
@@ -154,19 +154,16 @@ and protect it properly during other time.</para>
 
 
 <refsect1><title>BUGS</title>
-<para>&A; has problem with gpg mdc(modification detection code) in the binary
+<para>Amanda has problem with gpg mdc(modification detection code) in the binary
 mode. &amgpgcrypt; calls gpg with mdc disabled</para>
 </refsect1>
 
-<refsect1><title>SEE ALSO</title>
-<para>
-  <citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-  <citerefentry><refentrytitle>amanda.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
-  <citerefentry><refentrytitle>amcrypt</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-  <citerefentry><refentrytitle>amrestore</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-  <citerefentry><refentrytitle>gpg</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
-  <ulink url="http://wiki.zmanda.com"/>
-</para>
-</refsect1>
+<seealso>
+<manref name="amanda.conf" vol="5"/>,
+<manref name="amcrypt" vol="8"/>,
+<manref name="amrestore" vol="8"/>,
+<manref name="gpg" vol="1"/>
+</seealso>
+
 </refentry>