Imported Upstream version 3.2.0
[debian/amanda] / man / xml-source / amanda-client.conf.5.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 <refentry id='amanda-client.conf.5'>
11
12 <refmeta>
13 <refentrytitle>amanda-client.conf</refentrytitle>
14 <manvolnum>5</manvolnum>
15 &rmi.source;
16 &rmi.version;
17 &rmi.manual.5;
18 </refmeta>
19 <refnamediv>
20 <refname>amanda-client.conf</refname>
21 <refpurpose>Client configuration file for Amanda, the Advanced Maryland Automatic Network Disk Archiver</refpurpose>
22 </refnamediv>
23 <refentryinfo>
24 &author.jds;
25 &author.sgw.xml;
26 </refentryinfo>
27 <!-- body begins here -->
28
29 <refsect1><title>DESCRIPTION</title>
30 <para>&amclientconf; is the client configuration file for Amanda. This manpage lists the
31 relevant sections and parameters of this file for quick reference.</para> 
32 <para> The files <emphasis remap='B'>&lt;CONFIG_DIR&gt;/amanda-client.conf</emphasis> and <emphasis remap='B'>&lt;CONFIG_DIR&gt;/&lt;config&gt;/amanda-client.conf</emphasis> are loaded.</para>
33 </refsect1>
34
35 <refsect1><title>SYNTAX</title>
36
37 The syntax of &amclientconf; is identical to that for
38 <manref name="amanda.conf" vol="5"/>.
39
40 </refsect1>
41
42 <refsect1>
43 <title>GLOBAL PARAMETERS</title>
44
45 <variablelist remap='TP'>
46   <varlistentry>
47   <term><amkeyword>conf</amkeyword> <amtype>string</amtype></term>
48   <listitem>
49 <para>Default:
50 <amdefault>Set by configure</amdefault>.
51 The conf use by amrecover.</para>
52   </listitem>
53   </varlistentry>
54
55   <varlistentry>
56   <term><amkeyword>client-username</amkeyword> <amtype>string</amtype></term>
57   <listitem>
58 <para>Default:
59 <amdefault>CLIENT_LOGIN</amdefault>.
60 Similar to the parameter of the same name in &amconf;, this specifies the username that
61 &amrecover; should send when connecting to the server.  It should match the username
62 specified in &amandahosts; on the server.</para>
63   </listitem>
64   </varlistentry>
65
66   <varlistentry>
67   <term><amkeyword>client-port</amkeyword> [ <amtype>int</amtype> | <amtype>string</amtype> ]</term>
68   <listitem>
69 <para>Default:
70 <amdefault>"amanda"</amdefault>.
71 Similar to the parameter of the same name in &amconf;, this specifies the port to connect on the server. It can be a service name or a numeric port number.</para>
72   </listitem>
73   </varlistentry>
74
75   <varlistentry>
76   <term><amkeyword>index-server</amkeyword> <amtype>string</amtype></term>
77   <listitem>
78 <para>Default:
79 <amdefault>Set by configure</amdefault>.
80 The amindexd server amrecover will connect to.</para>
81   </listitem>
82   </varlistentry>
83
84   <varlistentry>
85   <term><amkeyword>tape-server</amkeyword> <amtype>string</amtype></term>
86   <listitem>
87 <para>Default:
88 <amdefault>Set by configure</amdefault>.
89 The amidxtaped server amrecover will connect to.</para>
90   </listitem>
91   </varlistentry>
92
93   <varlistentry>
94   <term><amkeyword>tapedev</amkeyword> <amtype>string</amtype></term>
95   <listitem>
96 <para>Default:
97 <amdefault>Set by configure</amdefault>.
98 The tapedev amrecover will use.</para>
99   </listitem>
100   </varlistentry>
101
102   <varlistentry>
103   <term><amkeyword>auth</amkeyword> <amtype>string</amtype></term>
104   <listitem>
105 <para>Default:
106 <amkeyword>"bsd"</amkeyword>.
107 Type of authorization to perform between tape server and backup client hosts.</para>
108 <para><amkeyword>"bsd"</amkeyword>, bsd authorization with udp initial
109 connection and one tcp connection by data stream.</para>
110 <para><amkeyword>"bsdtcp"</amkeyword>, bsd authorization but use only
111 one tcp connection.</para>
112 <para><amkeyword>"bsdudp"</amkeyword>, like bsd, but will use only one
113 tcp connection for all data stream.</para>
114 <para><amkeyword>"krb5"</amkeyword> to use Kerberos-V
115 authorization.</para>
116 <para><amkeyword>"local"</amkeyword>, if the client is the server, it 
117 doesn't require authencation setup.</para>
118 <para><amkeyword>"rsh"</amkeyword> to use rsh
119 authorization.</para>
120 <para><amkeyword>"ssh"</amkeyword> to use OpenSSH
121 authorization.</para>
122
123   </listitem>
124   </varlistentry>
125
126   <varlistentry>
127   <term><amkeyword>ssh-keys</amkeyword> <amtype>string</amtype></term>
128   <listitem>
129 <para>Default:
130 <amdefault>No default</amdefault>.
131 The key file the ssh auth will use, it must be the private key. If this parameter is not specified, then the default ssh key will be used.</para>
132   </listitem>
133   </varlistentry>
134
135   <varlistentry>
136   <term><amkeyword>gnutar-list-dir</amkeyword> <amtype>string</amtype></term>
137   <listitem>
138 <para>Default from configure 
139 <amdefault>--with-gnutar-listdir=DIR</amdefault>.
140 The directory where gnutar keep its state file.</para>
141   </listitem>
142   </varlistentry>
143
144   <varlistentry>
145   <term><amkeyword>mailer</amkeyword> <amtype>string</amtype></term>
146   <listitem>
147 <para>Default found by configure. A mail program that can send mail with '<emphasis remap='I'>MAILER -s "subject" user &lt; message_file</emphasis>'.</para>
148   </listitem>
149   </varlistentry>
150
151   <varlistentry>
152   <term><amkeyword>amandates</amkeyword> <amtype>string</amtype></term>
153   <listitem>
154 <para>Default: 
155 <amdefault>/etc/amandates</amdefault>.
156 The file where amanda keep the last date of each dumplevel.</para>
157   </listitem>
158   </varlistentry>
159
160   <varlistentry>
161   <term><amkeyword>connect-tries</amkeyword> <amtype>int</amtype></term>
162   <listitem>
163 <para>Default:
164 <amdefault>3</amdefault>.
165 How many times the server will try a connection.</para>
166   </listitem>
167   </varlistentry>
168
169   <varlistentry>
170   <term><amkeyword>rep-tries</amkeyword> <amtype>int</amtype></term>
171   <listitem>
172 <para>Default:
173 <amdefault>5</amdefault>.
174 How many times amandad will resend a REP packet if it doesn't get the ACK packet.</para>
175   </listitem>
176   </varlistentry>
177
178   <varlistentry>
179   <term><amkeyword>debug-days</amkeyword> <amtype>int</amtype></term>
180   <listitem>
181 <para>Default:
182 <amdefault>3</amdefault>.
183 The number of days the debug files are kept.</para>
184   </listitem>
185   </varlistentry>
186
187   <varlistentry>
188   <term><amkeyword>debug-amandad</amkeyword> <amtype>int</amtype></term>
189   <listitem>
190 <para>Default:
191 <emphasis remap='I'>0</emphasis>.
192 Debug level of the amandad process</para>
193   </listitem>
194   </varlistentry>
195
196   <varlistentry>
197   <term><amkeyword>debug-amidxtaped</amkeyword> <amtype>int</amtype></term>
198   <listitem>
199 <para>Default:
200 <amdefault>0</amdefault>.
201 Debug level of the amidxtaped process</para>
202   </listitem>
203   </varlistentry>
204
205   <varlistentry>
206   <term><amkeyword>debug-amindexd</amkeyword> <amtype>int</amtype></term>
207   <listitem>
208 <para>Default:
209 <amdefault>0</amdefault>.
210 Debug level of the amindexd process</para>
211   </listitem>
212   </varlistentry>
213
214   <varlistentry>
215   <term><amkeyword>debug-amrecover</amkeyword> <amtype>int</amtype></term>
216   <listitem>
217 <para>Default:
218 <amdefault>0</amdefault>.
219 Debug level of the amrecover process</para>
220   </listitem>
221   </varlistentry>
222
223   <varlistentry>
224   <term><amkeyword>debug-auth</amkeyword> <amtype>int</amtype></term>
225   <listitem>
226 <para>Default:
227 <amdefault>0</amdefault>.
228 Debug level of the auth module</para>
229   </listitem>
230   </varlistentry>
231
232   <varlistentry>
233   <term><amkeyword>debug-event</amkeyword> <amtype>int</amtype></term>
234   <listitem>
235 <para>Default:
236 <amdefault>0</amdefault>.
237 Debug level of the event module</para>
238   </listitem>
239   </varlistentry>
240
241   <varlistentry>
242   <term><amkeyword>debug-holding</amkeyword> <amtype>int</amtype></term>
243   <listitem>
244 <para>Default:
245 <amdefault>0</amdefault>.
246 Debug level of the holdingdisk module</para>
247   </listitem>
248   </varlistentry>
249
250   <varlistentry>
251   <term><amkeyword>debug-protocol</amkeyword> <amtype>int</amtype></term>
252   <listitem>
253 <para>Default:
254 <amdefault>0</amdefault>.
255 Debug level of the protocol module</para>
256   </listitem>
257   </varlistentry>
258
259   <varlistentry>
260   <term><amkeyword>debug-selfcheck</amkeyword> <amtype>int</amtype></term>
261   <listitem>
262 <para>Default:
263 <amdefault>0</amdefault>.
264 Debug level of the selfcheck process</para>
265   </listitem>
266   </varlistentry>
267
268   <varlistentry>
269   <term><amkeyword>debug-sendsize</amkeyword> <amtype>int</amtype></term>
270   <listitem>
271 <para>Default:
272 <amdefault>0</amdefault>.
273 Debug level of the sendsize process</para>
274   </listitem>
275   </varlistentry>
276
277   <varlistentry>
278   <term><amkeyword>debug-sendbackup</amkeyword> <amtype>int</amtype></term>
279   <listitem>
280 <para>Default:
281 <amdefault>0</amdefault>.
282 Debug level of the sendbackup process</para>
283   </listitem>
284   </varlistentry>
285
286   <varlistentry>
287   <term><amkeyword>reserved-udp-port</amkeyword> <amtype>int</amtype>,<amtype>int</amtype></term>
288   <listitem>
289 <para>Default: --with-udpportrange or 
290 <amdefault>512,1023</amdefault>.
291 Reserved udp port that will be used (amrecover with bsd or bsdudp)</para>
292   </listitem>
293   </varlistentry>
294
295   <varlistentry>
296   <term><amkeyword>reserved-tcp-port</amkeyword> <amtype>int</amtype>,<amtype>int</amtype></term>
297   <listitem>
298 <para>Default: --with-low-tcpportrange or 
299 <amdefault>512,1023</amdefault>.
300 Reserved tcp port that will be used (amrecover with bsdtcp)</para>
301   </listitem>
302   </varlistentry>
303
304   <varlistentry>
305   <term><amkeyword>unreserved-tcp-port</amkeyword> <amtype>int</amtype>,<amtype>int</amtype></term>
306   <listitem>
307 <para>Default: --with-tcpportrange or 
308 <amdefault>1025,65536</amdefault>.
309 Unreserved tcp port that will be used (bsd, bsdudp)</para>
310   </listitem>
311   </varlistentry>
312
313   <varlistentry>
314   <term><amkeyword>property</amkeyword> <amtype>string</amtype> <amtype>string</amtype>+</term>
315   <listitem>
316 <para>Adds a global property for this client host, useful for e.g., Application API plugins. The first string is the property name, the following strings are the property values</para>
317   </listitem>
318   </varlistentry>
319
320 </variablelist>
321 </refsect1>
322
323 <refsect1><title>APPLICATION SECTION</title>
324 <para>The
325 <emphasis remap='B'>amanda.conf</emphasis>
326 file may define multiple types of application.
327 The information is entered in a <amkeyword>application</amkeyword>
328 section, which looks like this:</para>
329
330 <programlisting>
331 define application "<amtype>name</amtype>" {
332     <emphasis remap='I'>application-option</emphasis> <emphasis remap='I'>application-value</emphasis>
333     <literal>...</literal>
334 }
335 </programlisting>
336
337 <para><amtype>name</amtype>
338 is the name of this type of application. It is referenced from the
339 <amkeyword>dumptype</amkeyword></para>
340
341 <para>The application options and values are:</para>
342 <variablelist remap='TP'>
343   <varlistentry>
344   <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
345   <listitem>
346 <para>Default:
347 <amdefault>none</amdefault>.
348 A comment string describing this application.</para>
349   </listitem>
350   </varlistentry>
351   <varlistentry>
352   <term><amkeyword>plugin</amkeyword> <amtype>string</amtype></term>
353   <listitem>
354 <para>No default. Must be set to the name of the program. This program must be
355 in the <emphasis remap='I'>$libexecdir/amanda/application</emphasis> directory
356 on the client.</para>
357   </listitem>
358   </varlistentry>
359   <varlistentry>
360   <term><amkeyword>property</amkeyword> [<amkeyword>append</amkeyword>] [<amkeyword>priority</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
361   <listitem>
362 <para>No default. You can set property for the application, each application have a different set of property. Both strings are quoted; the first string contains the name of
363 the property to set, and the others contains its values.
364 <amkeyword>append</amkeyword> keyword append the values to the list of values for that property.
365 <amkeyword>priority</amkeyword> keyword disallow the setting of that property on the server.
366 </para>
367   </listitem>
368   </varlistentry>
369 </variablelist>
370 </refsect1>
371
372 <refsect1><title>SCRIPT SECTION</title>
373 <para>The
374 <emphasis remap='B'>amanda.conf</emphasis>
375 file may define multiple types of script.
376 The information is entered in a <emphasis remap='B'>script</emphasis>
377 section, which looks like this:</para>
378
379 <programlisting>
380 define script "<amtype>name</amtype>" {
381     <emphasis remap='I'>script-option</emphasis> <emphasis remap='I'>script-value</emphasis>
382     <literal>...</literal>
383 }
384 </programlisting>
385
386 <para><amtype>name</amtype>
387 is the name of this type of script. It is referenced from the
388 <amkeyword>dumptype</amkeyword></para>
389
390 <para>The script options and values are:</para>
391 <variablelist remap='TP'>
392   <varlistentry>
393   <term><amkeyword>comment</amkeyword> <amtype>string</amtype></term>
394   <listitem>
395 <para>Default:
396 <amdefault>none</amdefault>.
397 A comment string describing this script.</para>
398   </listitem>
399   </varlistentry>
400   <varlistentry>
401   <term><amkeyword>plugin</amkeyword> <amtype>string</amtype></term>
402   <listitem>
403 <para>No default. Must be set to the name of the program. This program must be in the <emphasis remap='I'>$libdir/amanda/application</emphasis> directory on the client and/or server.</para>
404   </listitem>
405   </varlistentry>
406   <varlistentry>
407   <term><amkeyword>execute-where</amkeyword> [ <amkeyword>client</amkeyword> | <amkeyword>server</amkeyword> ]</term>
408   <listitem>
409 <para>Default: <amkeyword>client</amkeyword>. Where the script must be executed, on the client or server. Only <amkeyword>client</amkeyword> is valid.</para>
410   </listitem>
411   </varlistentry>
412   <varlistentry>
413   <term><amkeyword>execute-on</amkeyword> <amtype>execute_on</amtype>[,<amtype>execute_on</amtype>]*</term>
414   <listitem>
415 <para>No default. When the script must be executed, you can specify many of them:</para>
416     <!-- .RS -->
417     <variablelist remap='TP'>
418       <varlistentry>
419       <term><amkeyword>pre-dle-amcheck</amkeyword></term>
420       <listitem>
421 <para>Execute before the amcheck command for the dle.</para>
422       </listitem>
423       </varlistentry>
424       <varlistentry>
425       <term><amkeyword>pre-host-amcheck</amkeyword></term>
426       <listitem>
427 <para>Execute before the amcheck command for all dle for the client.</para>
428       </listitem>
429       </varlistentry>
430       <varlistentry>
431       <term><amkeyword>post-dle-amcheck</amkeyword></term>
432       <listitem>
433 <para>Execute after the amcheck command for the dle.</para>
434       </listitem>
435       </varlistentry>
436       <varlistentry>
437       <term><amkeyword>post-host-amcheck</amkeyword></term>
438       <listitem>
439 <para>Execute after the amcheck command for all dle for the client.</para>
440       </listitem>
441       </varlistentry>
442       <varlistentry>
443       <term><amkeyword>pre-dle-estimate</amkeyword></term>
444       <listitem>
445 <para>Execute before the estimate command for the dle.</para>
446       </listitem>
447       </varlistentry>
448       <varlistentry>
449       <term><amkeyword>pre-host-estimate</amkeyword></term>
450       <listitem>
451 <para>Execute before the estimate command for all dle for the client.</para>
452       </listitem>
453       </varlistentry>
454       <varlistentry>
455       <term><amkeyword>post-dle-estimate</amkeyword></term>
456       <listitem>
457 <para>Execute after the estimate command for the dle.</para>
458       </listitem>
459       </varlistentry>
460       <varlistentry>
461       <term><amkeyword>post-host-estimate</amkeyword></term>
462       <listitem>
463 <para>Execute after the estimate command for all dle for the client.</para>
464       </listitem>
465       </varlistentry>
466       <varlistentry>
467       <term><amkeyword>pre-dle-backup</amkeyword></term>
468       <listitem>
469 <para>Execute before the backup command for the dle.</para>
470       </listitem>
471       </varlistentry>
472       <varlistentry>
473       <term><amkeyword>pre-host-backup</amkeyword></term>
474       <listitem>
475 <para>Execute before the backup command for all dle for the client.</para>
476       </listitem>
477       </varlistentry>
478       <varlistentry>
479       <term><amkeyword>post-dle-backup</amkeyword></term>
480       <listitem>
481 <para>Execute after the backup command for the dle.</para>
482       </listitem>
483       </varlistentry>
484       <varlistentry>
485       <term><amkeyword>post-host-backup</amkeyword></term>
486       <listitem>
487 <para>Execute after the backup command for all dle for the client.</para>
488       </listitem>
489       </varlistentry>
490       <varlistentry>
491       <term><amkeyword>pre-recover</amkeyword></term>
492       <listitem>
493 <para>Execute before any level is recovered.</para>
494       </listitem>
495       </varlistentry>
496       <varlistentry>
497       <term><amkeyword>post-recover</amkeyword></term>
498       <listitem>
499 <para>Execute after all levels are recovered.</para>
500       </listitem>
501       </varlistentry>
502       <varlistentry>
503       <term><amkeyword>pre-level-recover</amkeyword></term>
504       <listitem>
505 <para>Execute before each level recovery.</para>
506       </listitem>
507       </varlistentry>
508       <varlistentry>
509       <term><amkeyword>post-level-recover</amkeyword></term>
510       <listitem>
511 <para>Execute after each level recovery.</para>
512       </listitem>
513       </varlistentry>
514       <varlistentry>
515       <term><amkeyword>inter-level-recover</amkeyword></term>
516       <listitem>
517 <para>Execute between two levels of recovery.</para>
518       </listitem>
519       </varlistentry>
520     </variablelist>
521   </listitem>
522   </varlistentry>
523   <varlistentry>
524   <term><amkeyword>property</amkeyword> [<amkeyword>append</amkeyword>] [<amkeyword>priority</amkeyword>] <amtype>string</amtype> <amtype>string</amtype>+</term>
525   <listitem>
526 <para>No default. You can set property for the script, each script have a different set of property. Both strings are quoted; the first string contains the name of
527 the property to set, and the others contains its values.
528 <amkeyword>append</amkeyword> keyword append the values to the list of values for that property.
529 <amkeyword>priority</amkeyword> keyword disallow the setting of that property on the server.
530 </para>
531   </listitem>
532   </varlistentry>
533 </variablelist>
534 </refsect1>
535
536 <seealso>
537 <manref name="amanda.conf" vol="5"/>,
538 <manref name="amcrypt" vol="8"/>,
539 <manref name="aespipe" vol="1"/>,
540 </seealso>
541
542 </refentry>
543