Created
January 4, 2013 02:34
-
-
Save wgzhao/4449439 to your computer and use it in GitHub Desktop.
sample Amanda client configuration file.
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
| # | |
| # amanda.conf - sample Amanda client configuration file. | |
| # | |
| # This file normally goes in /etc/amanda/amanda-client.conf. | |
| # | |
| conf "FileBackup" # your config name | |
| index_server "cp1.domain.com" # your amindexd server | |
| tape_server "cp1.domain.com" # your amidxtaped server | |
| #tapedev "tape:/dev/YOUR-TAPE-DEVICE-HERE" # your tape device | |
| # if not set, Use configure or ask server. | |
| # if set to empty string "", ask server | |
| # amrecover will use the changer if set to the value | |
| # of 'amrecover_changer' in the server amanda.conf. | |
| # auth - authentication scheme to use between server and client. | |
| # Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local", | |
| # "rsh" and "ssh". | |
| # Default: [auth "bsdtcp"] | |
| auth "bsdtcp" | |
| #ssh_keys "" # your ssh keys file if you use ssh auth | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment