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