0a10e65f42b8ecf319f177a8d4352d2f03bf2e29
[debian/amanda] / example / amanda-client.conf.in
1 ###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
2 ###                                                                      ###
3 ###  This file is not meant to be installed "as is", and in fact, it     ###
4 ###  WILL NOT WORK!  You must go through it and make changes appropriate ###
5 ###  to your own situation.  See the documentation in this file, in the  ###
6 ###  "man amanda" man page, in the "docs" directory and at the Amanda    ###
7 ###  web page (www.amanda.org).                                          ###
8 ###                                                                      ###
9 ###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
10
11 #
12 # amanda.conf - sample Amanda client configuration file.
13 #
14 # This file normally goes in @CONFIG_DIR@/amanda-client.conf.
15 #
16
17 conf "@DEFAULT_CONFIG@"         # your config name
18
19 index_server "@DEFAULT_SERVER@" # your amindexd server
20 tape_server  "@DEFAULT_TAPE_SERVER@"    # your amidxtaped server
21 tapedev      "@DEFAULT_TAPE_DEVICE@"            # your tape device
22
23 #   auth        - authentication scheme to use between server and client.
24 #                 Valid values are "bsd", "krb4", "krb5" and "ssh".  
25 #                 Default: [auth "bsd"]
26 auth "bsd"
27
28 ssh_keys ""                     # your ssh keys file if you use ssh auth
29
30 # You may include other amanda configuration files, so you can share
31 # dumptypes, tapetypes and interface definitions among several
32 # configurations.
33
34 #includefile "@CONFIG_DIR@/amanda-client.conf.main"