Created
January 4, 2013 02:30
-
-
Save wgzhao/4449414 to your computer and use it in GitHub Desktop.
The Amanda backup client should be enabled for systems which will be backed up by an Amanda backup server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 = /usr/libexec/amanda/amandad | |
| server_args = -auth=bsdtcp amdump | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment