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