Imported Upstream version 3.3.0
[debian/amanda] / man / xml-source / amdump_client.8.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
4 [
5   <!-- entities files to use -->
6   <!ENTITY % global_entities SYSTEM 'global.entities'>
7   %global_entities;
8 ]>
9
10 <!-- lifted from troff+man by doclifter -->
11 <refentry id='amdump_client.8'>
12
13 <refmeta>
14 <refentrytitle>amdump_client</refentrytitle>
15 <manvolnum>8</manvolnum>
16 &rmi.source;
17 &rmi.version;
18 &rmi.manual.8;
19 </refmeta>
20 <refnamediv>
21 <refname>amdump_client</refname>
22 <refpurpose>back up all disks in an Amanda configuration</refpurpose>
23 </refnamediv>
24 <refentryinfo>
25 &author.jlm;
26 </refentryinfo>
27 <!-- body begins here -->
28 <refsynopsisdiv>
29 <cmdsynopsis>
30   <command>amdump_client</command>
31     &configoverride.synopsis;
32     <arg choice='opt'><option>--config</option> <replaceable>config</replaceable></arg>
33     <arg choice='plain'><replaceable>CMD</replaceable></arg>
34     <arg choice='opt' rep='repeat'><replaceable>diskname</replaceable></arg>
35 </cmdsynopsis>
36 </refsynopsisdiv>
37
38
39 <refsect1><title>DESCRIPTION</title>
40 <para><emphasis remap='B'>Amdump_client</emphasis> initiate backup on the client. There are two commands (CMD):</para>
41 <variablelist remap='TP'>
42
43   <varlistentry><term><amkeyword>list</amkeyword></term>
44   <listitem><para>list all diskname that can be dumped.</para>
45   </listitem>
46   </varlistentry>
47
48   <varlistentry><term><amkeyword>check</amkeyword></term>
49   <listitem><para>Check the configuration of the client and disk.</para>
50   </listitem>
51   </varlistentry>
52
53   <varlistentry><term><amkeyword>dump</amkeyword></term>
54   <listitem><para>Start a backup of the specified diskname, or all diskname if none are specified.</para>
55   </listitem>
56   </varlistentry>
57
58 </variablelist>
59 </refsect1>
60
61 <seealso>
62 <manref name="amdump" vol="8"/>,
63 <manref name="amanda-match" vol="7"/>
64 </seealso>
65
66 </refentry>
67