Skip to content

Instantly share code, notes, and snippets.

@wgzhao
Created January 4, 2013 02:30
Show Gist options
  • Select an option

  • Save wgzhao/4449414 to your computer and use it in GitHub Desktop.

Select an option

Save wgzhao/4449414 to your computer and use it in GitHub Desktop.
The Amanda backup client should be enabled for systems which will be backed up by an Amanda backup server.
# default: on
#
# description: The Amanda backup client should be enabled for systems
# which will be backed up by an Amanda backup server.
service amanda
{
disable = no
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/libexec/amanda/amandad
server_args = -auth=bsdtcp amdump
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment