Imported Upstream version 3.1.0
[debian/amanda] / man / xml-source / amserverconfig.8.xml
index 97b5826280819dff9c1ba9589ce60e90ceaff019..2871fcf1d6bd31e205124d3de719d3f1a1cff000 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>amserverconfig</refname>
-<refpurpose>program to setup initial &A; configuration</refpurpose>
+<refpurpose>program to setup initial Amanda configuration</refpurpose>
 </refnamediv>
 <refentryinfo>
 &author.ktill;
 
 <refsect1><title>DESCRIPTION</title>
 <para>After Amanda rpms are successfully installed,
-         &amserverconfig; will setup initial &A; configuration files.
+         &amserverconfig; will setup initial Amanda configuration files.
 It will create /var/lib/amanda/guntar-lists directory if one does
          not exist.
-&amserverconfig; does not change existing &A; configurations.
+&amserverconfig; does not change existing Amanda configurations.
 &amserverconfig; must be run by user amandabackup.
 </para> 
 </refsect1>
@@ -59,13 +59,13 @@ It will create /var/lib/amanda/guntar-lists directory if one does
 <para>Options may be abbreviated, as long as the abbreviation is not ambiguous. Option argument can either separated by '=' or a space.
 Example:  --templ=harddisk --tapedev /dev/nst0</para>
 
-<para>&amserverconfig; builds a new "config" &A; configuration. Customize the configuration with the options below.</para>
+<para>&amserverconfig; builds a new "config" Amanda configuration. Customize the configuration with the options below.</para>
 
 <variablelist remap='TP'>
   <varlistentry>
   <term><option>--template template</option></term>
   <listitem>
-<para>build &A; configuration with pre-configured template files. Currently,
+<para>build Amanda configuration with pre-configured template files. Currently,
                 <emphasis remap='B'>harddisk</emphasis>, <emphasis
                remap='B'>single-tape</emphasis>, <emphasis remap='B'>tape-changer</emphasis> and <emphasis remap='B'>S3</emphasis> 
                are the valid inputs for this option. Pre-configured template files can be found in 
@@ -207,28 +207,28 @@ is supported.</para>
  <varlistentry>
  <term><option>/etc/amanda/$config</option></term>
   <listitem>
-<para>&A; configuration files location for $config(e.g: DailySet1).</para>
+<para>Amanda configuration files location for $config(e.g: DailySet1).</para>
   </listitem>
   </varlistentry>
 
  <varlistentry>
  <term><option>/etc/amanda/template.d</option></term>
   <listitem>
-<para>A directory contains dumptypes and tapetypes files used by all &A; configurations.</para>
+<para>A directory contains dumptypes and tapetypes files used by all Amanda configurations.</para>
   </listitem>
   </varlistentry>
 
  <varlistentry>
  <term><option>/etc/amandates</option></term>
   <listitem>
-<para>&A; file on the client. It keeps track of structures of previous dumps.</para>
+<para>Amanda file on the client. It keeps track of structures of previous dumps.</para>
   </listitem>
   </varlistentry>
 
  <varlistentry>
  <term><option>/tmp/amanda</option></term>
   <listitem>
-<para>directory contains &A; debug log files.</para>
+<para>directory contains Amanda debug log files.</para>
   </listitem>
   </varlistentry>
 
@@ -239,12 +239,10 @@ is supported.</para>
 On success, zero is returned.  On error, 1 is returned.
 </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>amaddclient</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-<ulink url="http://wiki.zmanda.com"/>
-</para>
-</refsect1>
+<seealso>
+<manref name="amanda.conf" vol="5"/>,
+<manref name="amaddclient" vol="8"/>
+</seealso>
+
 </refentry>