| 4 |
- |
1 |
# default: off
|
|
|
2 |
# description: The client for the Amanda backup system.\
|
|
|
3 |
# This must be on for systems being backed up\
|
|
|
4 |
# by Amanda.
|
|
|
5 |
|
|
|
6 |
service amanda
|
|
|
7 |
{
|
|
|
8 |
socket_type = dgram
|
|
|
9 |
protocol = udp
|
|
|
10 |
wait = yes
|
|
|
11 |
user = amandabackup
|
|
|
12 |
group = disk
|
|
|
13 |
server = /usr/sbin/amandad
|
|
|
14 |
# Configure server_args for the authentication type you will be using,
|
|
|
15 |
# and the services you wish to allow the amanda server and/or recovery
|
|
|
16 |
# clients to use.
|
|
|
17 |
#
|
|
|
18 |
# Change the -auth= entry to reflect the authentication type you use.
|
|
|
19 |
# Add amindexd to allow recovery clients to access the index database.
|
|
|
20 |
# Add amidxtaped to allow recovery clients to access the tape device.
|
|
|
21 |
server_args = -auth=bsd amdump
|
|
|
22 |
disable = yes
|
|
|
23 |
}
|