File: amanda.xinetd

package info (click to toggle)
picalib 0.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 676 kB
  • ctags: 57
  • sloc: perl: 1,120; sh: 435; makefile: 75
file content (15 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description:  The client for the Amanda backup system.\
#               This must be on for systems being backed up\
#               by Amanda.
service amanda
{
	disable	= no
	socket_type		= dgram
	protocol		= udp
	wait			= yes
	user			= amanda
	group			= disk
	server			= /usr/lib/amanda/amandad 
        only_from               = 127.0.0.1 <#$amsrvip#>
}