amanda/amanda-xinetd
fenlason 166608e61a Upgrade to 2.5.1p3
*docs* Users upgrading from older releases will need to read the
    amanda.conf and amanda-client.conf man pages, and edit the
    /etc/xinetd.d/amanda configuration file to use the new amandad calling
    syntax.
2007-02-20 20:12:52 +00:00

23 lines
719 B
Text

# default: off
# description: The client for the Amanda backup system.\
# This must be on for systems being backed up\
# by Amanda.
service amanda
{
socket_type = dgram
protocol = udp
wait = yes
user = amanda
group = disk
server = @LIBDIR@/amandad
# Configure server_args for the authentication type you will be using,
# and the services you wish to allow the amanda server and/or recovery
# clients to use.
#
# Change the -auth= entry to reflect the authentication type you use.
# Add amindexd to allow recovery clients to access the index database.
# Add amidxtaped to allow recovery clients to access the tape device.
server_args = -auth=bsd amdump
disable = yes
}