Imported Upstream version 2.5.1
[debian/amanda] / docs / amanda-client.conf.5.txt
1
2                       amanda-client.conf
3 Prev  Chapter 36. The Amanda Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amanda-client.conf \14 Client configuration file for Amanda, the Advanced
10 Maryland Automatic Network Disk Archiver
11
12 DESCRIPTION
13
14 amanda-client.conf is the client configuration file for Amanda. This manpage
15 lists the relevant sections and parameters of this file for quick reference.
16
17 PARAMETERS
18
19 There are a number of configuration parameters that control the behavior of the
20 Amanda programs. All have default values, so you need not specify the parameter
21 in amanda-client.conf if the default is suitable.
22 Lines starting with # are ignored, as are blank lines. Comments may be placed
23 on a line with a directive by starting the comment with a #. The remainder of
24 the line is ignored.
25 Keywords are case insensitive, i.e. auth and Auth are treated the same.
26 Integer arguments may have one of the following (case insensitive) suffixes,
27 some of which have a multiplier effect:
28
29 POSSIBLE SUFFIXES
30
31
32
33   b byte bytes
34       Some number of bytes.
35
36   bps
37       Some number of bytes per second.
38
39   k kb kbyte kbytes kilobyte kilobytes
40       Some number of kilobytes (bytes*1024).
41
42   kps kbps
43       Some number of kilobytes per second (bytes*1024).
44
45   m mb meg mbyte mbytes megabyte megabytes
46       Some number of megabytes (bytes*1024*1024).
47
48   mps mbps
49       Some number of megabytes per second (bytes*1024*1024).
50
51   g gb gbyte gbytes gigabyte gigabytes
52       Some number of gigabytes (bytes*1024*1024*1024).
53
54   tape tapes
55       Some number of tapes.
56
57   day days
58       Some number of days.
59
60   week weeks
61       Some number of weeks (days*7).
62
63       Note
64
65       The value inf may be used in most places where an integer is expected to
66       mean an infinite amount.
67       Boolean arguments may have any of the values y, yes, t, true or on to
68       indicate a true state, or n, no, f, false or off to indicate a false
69       state. If no argument is given, true is assumed.
70
71
72 PARAMETERS
73
74
75
76   conf string
77       Default: Set by configure. The conf use by amrecover.
78
79   index_server string
80       Default: Set by configure. The amindexd server amrecover will connect to.
81
82   tape_server string
83       Default: Set by configure. The amidxtaped server amrecover will connect
84       to.
85
86   tapedev string
87       Default: Set by configure. The tapedev amrecover will use.
88
89   auth string
90       Default: bsd. Type of authorization to perform between tape server and
91       backup client hosts.
92       bsd, bsd authorization with udp initial connection and one tcp connection
93       by data stream.
94       bsdtcp, bsd authorization but use only one tcp connection.
95       bsdudp, like bsd, but will use only one tcp connection for all data
96       stream.
97       krb4 to use Kerberos-IV authorization.
98       krb5 to use Kerberos-V authorization.
99       rsh to use rsh authorization.
100       ssh to use OpenSSH authorization.
101
102   ssh_keys string
103       Default: No default. The key file the ssh auth will use, it must be the
104       private key. If this parameter is not specified, then the deafult ssh key
105       will be used.
106
107
108 AUTHOR
109
110 James da Silva, <jds@amanda.org>: Original text
111 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the Amanda-documentation:
112 XML-conversion, major update, splitting
113
114 SEE ALSO
115
116 amanda(8), amanda.conf(5), amcrypt(8), aespipe(1),
117 -------------------------------------------------------------------------------
118
119 Prev          Up      Next
120 amanda.conf  Home  amcheck
121