mirror of
https://github.com/krislamo/pup-tests
synced 2024-11-14 02:20:35 +00:00
Kris Lamoureux
1b42ed53a3
Installed the amanda client on webserver to back it up. Changed host name of backup server from "amanda" to "backups."
31 lines
553 B
Plaintext
31 lines
553 B
Plaintext
org "MyConfig"
|
|
infofile "/amanda/state/curinfo"
|
|
logdir "/amanda/state/log"
|
|
indexdir "/amanda/state/index"
|
|
dumpuser "backup"
|
|
|
|
tpchanger "chg-disk:/amanda/vtapes"
|
|
labelstr "MyData[0-9][0-9]"
|
|
autolabel "MyData%%" EMPTY VOLUME_ERROR
|
|
tapecycle 4
|
|
dumpcycle 3 days
|
|
amrecover_changer "changer"
|
|
|
|
tapetype "TEST-TAPE"
|
|
define tapetype TEST-TAPE {
|
|
length 100 mbytes
|
|
filemark 4 kbytes
|
|
}
|
|
|
|
define dumptype simple-gnutar-remote {
|
|
compress none
|
|
program "GNUTAR"
|
|
}
|
|
|
|
holdingdisk hd1 {
|
|
directory "/amanda/holding"
|
|
use 50 mbytes
|
|
chunksize 1 mbyte
|
|
}
|
|
|