Imported Upstream version 3.3.0
[debian/amanda] / example / amanda-client.conf.in
1 #
2 # amanda-client.conf - sample Amanda client configuration file.
3 #
4 # This file normally goes in @CONFIG_DIR@/amanda-client.conf.
5 #
6
7 conf "@DEFAULT_CONFIG@"         # your config name
8
9 index_server "@DEFAULT_SERVER@" # your amindexd server
10 tape_server  "@DEFAULT_TAPE_SERVER@"    # your amidxtaped server
11 tapedev      "@EXAMPLE_TAPEDEV@"        # your tape device
12                         # if not set, Use configure or ask server.
13                         # if set to empty string "", ask server
14                         # amrecover will use the changer if set to the value
15                         # of 'amrecover_changer' in the server amanda.conf.
16
17 #   auth        - authentication scheme to use between server and client.
18 #                 Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
19 #                 "rsh" and "ssh".  
20 #                 Default: [auth "bsdtcp"]
21 auth "bsdtcp"
22
23 ssh_keys ""                     # your ssh keys file if you use ssh auth
24