File amanda-xinetd of Package amanda
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
flags = IPv4
9
socket_type = stream
10
protocol = tcp
11
wait = no
12
user = amandabackup
13
group = disk
14
groups = yes
15
server = /usr/sbin/amandad
16
# Configure server_args for the authentication type you will be using,
17
# and the services you wish to allow the amanda server and/or recovery
18
# clients to use.
19
#
20
# Change the -auth= entry to reflect the authentication type you use.
21
# Add amindexd to allow recovery clients to access the index database.
22
# Add amidxtaped to allow recovery clients to access the tape device.
23
server_args = -auth=bsdtcp amdump
24
disable = no
25
only_from = 85.236.37.4
26
}
27