Imported Upstream version 3.1.0
[debian/amanda] / man / xml-source / amcryptsimple.8.xml
index 49bd78007e497dcca92903ddf05421a549f50399..f18797930e64648ed54b5c0cfd9249733ed8defa 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>amcryptsimple</refname>
-<refpurpose>reference simple crypt program for &A; symmetric data encryption</refpurpose>
+<refpurpose>reference simple crypt program for Amanda symmetric data encryption</refpurpose>
 </refnamediv>
 <refentryinfo>
 &author.ktill;
 <!-- body begins here -->
 <refsynopsisdiv>
 <cmdsynopsis>
-  <command>amcryptsimple</command>  to be called by &A; only 
+  <command>amcryptsimple</command>  to be called by Amanda only 
 </cmdsynopsis>
 </refsynopsisdiv>
 
 <refsect1><title>DESCRIPTION</title>
 <para>&amcryptsimple;
 calls <emphasis remap='B'>gpg</emphasis> to perform symmetric data encryption
-on &A; backup.
+on Amanda backup.
 &amcryptsimple; will search for the gpg program in the following directories:
 /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin</para>
-<para>&amcryptsimple; uses one passphrase to encrypt the &A; data
-and uses the same passphrase to decrypt the &A; backup data. &amcryptsimple; uses
+<para>&amcryptsimple; uses one passphrase to encrypt the Amanda data
+and uses the same passphrase to decrypt the Amanda backup data. &amcryptsimple; uses
 AES256 as the symmetric cipher.</para> 
 </refsect1>
 
 
 <refsect1><title>How to Create Passphrase</title>
 
-Store  the  passphrase  inside the home-directory of the AMANDA-user($amanda_user) and protect it with proper permissions:
-
-   echo my_secret_passphrase > ~$amanda_user/.am_passphrase
-   chown $amanda_user:disk ~$amanda_user/.am_passphrase
-   chmod 700 ~$amanda_user/.am_passphrase
+<para>Store the passphrase inside the home-directory of the Amanda user ($amanda_user) and protect it with proper permissions:
+<programlisting>
+echo my_secret_passphrase > ~$amanda_user/.am_passphrase
+chown $amanda_user:disk ~$amanda_user/.am_passphrase
+chmod 700 ~$amanda_user/.am_passphrase
+</programlisting></para>
 </refsect1>
 
 <refsect1><title>NOTES</title>
 <para>Choose a good passphrase and protect it properly. Backup data can only be
 restored with the passphrase. There is no backdoor.</para>
 <para>If storing and securing passphrase in your environment presents challenges,
-&A; provide public-key data encryption through &amgpgcrypt;. Public-key
+Amanda provide public-key data encryption through &amgpgcrypt;. Public-key
 encryption uses the public key to encrypt and uses the private key to decrypt.</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>amgpgcrypt</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="amgpgcrypt" vol="8"/>,
+<manref name="amrestore" vol="8"/>,
+<manref name="gpg" vol="1"/>
+</seealso>
+
 </refentry>