Imported Upstream version 2.5.2p1
[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 The files <CONFIG_DIR>/amanda-client.conf and <CONFIG_DIR>/<config>/amanda-
17 client.conf are loaded.
18
19 PARAMETERS
20
21 There are a number of configuration parameters that control the behavior of the
22 Amanda programs. All have default values, so you need not specify the parameter
23 in amanda-client.conf if the default is suitable.
24 Lines starting with # are ignored, as are blank lines. Comments may be placed
25 on a line with a directive by starting the comment with a #. The remainder of
26 the line is ignored.
27 Keywords are case insensitive, i.e. auth and Auth are treated the same.
28 Integer arguments may have one of the following (case insensitive) suffixes,
29 some of which have a multiplier effect:
30
31 POSSIBLE SUFFIXES
32
33
34
35   b byte bytes
36       Some number of bytes.
37
38   bps
39       Some number of bytes per second.
40
41   k kb kbyte kbytes kilobyte kilobytes
42       Some number of kilobytes (bytes*1024).
43
44   kps kbps
45       Some number of kilobytes per second (bytes*1024).
46
47   m mb meg mbyte mbytes megabyte megabytes
48       Some number of megabytes (bytes*1024*1024).
49
50   mps mbps
51       Some number of megabytes per second (bytes*1024*1024).
52
53   g gb gbyte gbytes gigabyte gigabytes
54       Some number of gigabytes (bytes*1024*1024*1024).
55
56   tape tapes
57       Some number of tapes.
58
59   day days
60       Some number of days.
61
62   week weeks
63       Some number of weeks (days*7).
64
65       Note
66
67       The value inf may be used in most places where an integer is expected to
68       mean an infinite amount.
69       Boolean arguments may have any of the values y, yes, t, true or on to
70       indicate a true state, or n, no, f, false or off to indicate a false
71       state. If no argument is given, true is assumed.
72
73
74 PARAMETERS
75
76
77
78   conf string
79       Default: Set by configure. The conf use by amrecover.
80
81   index_server string
82       Default: Set by configure. The amindexd server amrecover will connect to.
83
84   tape_server string
85       Default: Set by configure. The amidxtaped server amrecover will connect
86       to.
87
88   tapedev string
89       Default: Set by configure. The tapedev amrecover will use.
90
91   auth string
92       Default: bsd. Type of authorization to perform between tape server and
93       backup client hosts.
94       bsd, bsd authorization with udp initial connection and one tcp connection
95       by data stream.
96       bsdtcp, bsd authorization but use only one tcp connection.
97       bsdudp, like bsd, but will use only one tcp connection for all data
98       stream.
99       krb4 to use Kerberos-IV authorization.
100       krb5 to use Kerberos-V authorization.
101       rsh to use rsh authorization.
102       ssh to use OpenSSH authorization.
103
104   ssh_keys string
105       Default: No default. The key file the ssh auth will use, it must be the
106       private key. If this parameter is not specified, then the deafult ssh key
107       will be used.
108
109   gnutar_list_dir string
110       Default from configure --with-gnutar-listdir=DIR. The directory where
111       gnutar keep its state file.
112
113   amandates string
114       Default: /etc/amandates. The file where amanda keep the last date of each
115       dumplevel.
116
117   connect_tries int
118       Default: 3. How many times the server will try a connection.
119
120   rep_tries int
121       Default: 5. How many times amandad will resend a REP packet if it doesn't
122       get the ACK packet.
123
124   debug_amandad int
125       Default: 0. Debug level of the amandad process
126
127   debug_amidxtaped int
128       Default: 0. Debug level of the amidxtaped process
129
130   debug_amindexd int
131       Default: 0. Debug level of the amindexd process
132
133   debug_amrecover int
134       Default: 0. Debug level of the amrecover process
135
136   debug_auth int
137       Default: 0. Debug level of the auth module
138
139   debug_event int
140       Default: 0. Debug level of the event module
141
142   debug_holding int
143       Default: 0. Debug level of the holdingdisk module
144
145   debug_protocol int
146       Default: 0. Debug level of the protocol module
147
148   debug_selfcheck int
149       Default: 0. Debug level of the selfcheck process
150
151   debug_sendsize int
152       Default: 0. Debug level of the sendsize process
153
154   debug_sendbackup int
155       Default: 0. Debug level of the sendbackup process
156
157   reserved-udp-port int,int
158       Default: --with-udpportrange or 512,1023. Reserved udp port that will be
159       used (amrecover with bsd or bsdudp)
160
161   reserved-tcp-port int,int
162       Default: --with-low-tcpportrange or 512,1023. Reserved tcp port that will
163       be used (amrecover with bsdtcp)
164
165   unreserved-tcp-port int,int
166       Default: --with-tcpportrange or 1025,65536. Unreserved tcp port that will
167       be used (bsd, bsdudp)
168
169
170 AUTHOR
171
172 James da Silva, <jds@amanda.org>: Original text
173 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the Amanda-documentation:
174 XML-conversion, major update, splitting
175
176 SEE ALSO
177
178 amanda(8), amanda.conf(5), amcrypt(8), aespipe(1),
179 -------------------------------------------------------------------------------
180
181 Prev          Up      Next
182 amanda.conf  Home  amcheck
183