X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Fxinetd.amandaclient.in;fp=example%2Fxinetd.amandaclient.in;h=f7f3d7c59cb50880dfd355dabb5040a6790cb4e8;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=0000000000000000000000000000000000000000;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/example/xinetd.amandaclient.in b/example/xinetd.amandaclient.in new file mode 100644 index 0000000..f7f3d7c --- /dev/null +++ b/example/xinetd.amandaclient.in @@ -0,0 +1,18 @@ +# 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 = @amlibexecdir@/amandad + server_args = -auth=bsdtcp amdump +}