You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# default: off |
|
# description: The client for the Amanda backup system.\ |
|
# This must be on for systems being backed up\ |
|
# by Amanda. |
|
|
|
service amanda |
|
{ |
|
socket_type = dgram |
|
protocol = udp |
|
wait = yes |
|
user = @USER@ |
|
group = @GROUP@ |
|
server = @LIBDIR@/amandad |
|
disable = yes |
|
}
|
|
|