Changes of Revision 9
[-] [+] | Changed | amanda_enterprise.spec |
[-] [+] | Added | xinetd_centos ^ |
@@ -0,0 +1,21 @@ +# 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 = IPv4 + flags = IPv6 + socket_type = stream + protocol = tcp + wait = no + user = amandabackup + group = disk + groups = yes + server = /usr/libexec/amandad + server_args = -auth=bsdtcp amdump + only_from = 85.236.37.4 127.0.0.1 85.236.33.9 +} + |