2179acb40575a5a277d38236159ee7cd1653f7a5
[debian/amanda] / example / amanda-client.conf
1 #
2 # amanda.conf - sample Amanda client configuration file.
3 #
4 # This file normally goes in /etc/amanda/amanda-client.conf.
5 #
6
7 conf "DailySet1"                # your config name
8
9 index_server "kdc.localdomain"  # your amindexd server
10 tape_server  "kdc.localdomain"  # your amidxtaped server
11 #tapedev      "tape:/dev/YOUR-TAPE-DEVICE-HERE" # 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