Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save wgzhao/4449408 to your computer and use it in GitHub Desktop.
Amanda services configuration
# default: on
#
# description: Amanda services for Amanda server and client.
#
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 amindexd amidxtaped
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment