### !!! WARNING !!! !!! WARNING !!! !!! WARNING !!! !!! WARNING !!! ### ### ### ### This file is not meant to be installed "as is", and in fact, it ### ### WILL NOT WORK! You must go through it and make changes appropriate ### ### to your own situation. See the documentation in this file, in the ### ### "man amanda" man page, in the "docs" directory and at the Amanda ### ### web page (www.amanda.org). ### ### ### ### !!! WARNING !!! !!! WARNING !!! !!! WARNING !!! !!! WARNING !!! ### # # amanda.conf - sample Amanda client configuration file. # # This file normally goes in @CONFIG_DIR@/amanda-client.conf. # conf "@DEFAULT_CONFIG@" # your config name index_server "@DEFAULT_SERVER@" # your amindexd server tape_server "@DEFAULT_TAPE_SERVER@" # your amidxtaped server tapedev "@EXAMPLE_TAPEDEV@" # your tape device # auth - authentication scheme to use between server and client. # Valid values are "bsd", "krb4", "krb5" and "ssh". # Default: [auth "bsd"] auth "bsd" ssh_keys "" # your ssh keys file if you use ssh auth # You may include other amanda configuration files, so you can share # dumptypes, tapetypes and interface definitions among several # configurations. #includefile "@CONFIG_DIR@/amanda-client.conf.main"