summaryrefslogtreecommitdiff
blob: ed73c03cd14f8d2e6b79ec719dec25ebce3ef0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# These are the services needed for amanda.
# Default is to talk to localhost only unless 
# AMANDA_SERVER was specified at build time.

service amanda
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = __AMANDA_USER_NAME__
        group           = __AMANDA_GROUP_NAME__
        groups          = yes
        server          = /usr/libexec/amanda/amandad
        server_args     = -auth=bsd amdump
        # You need to ensure this points to your Amanda server!
        # Don't just remove it!
        only_from       = __AMANDA_SERVER__
        disable         = yes
}