4 |
- |
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 "amandahost" # your amindexd server
|
|
|
10 |
tape_server "amandahost" # 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 |
|
|
|
25 |
#resolves "resource temporarily unavailable" bug
|
|
|
26 |
unreserved-tcp-port 1025,65535
|