mirror of
https://github.com/krislamo/pup-tests
synced 2025-09-09 08:09:28 +00:00
Added network backup
Installed the amanda client on webserver to back it up. Changed host name of backup server from "amanda" to "backups."
This commit is contained in:
@@ -17,8 +17,7 @@ define tapetype TEST-TAPE {
|
||||
filemark 4 kbytes
|
||||
}
|
||||
|
||||
define dumptype simple-gnutar-local {
|
||||
auth "local"
|
||||
define dumptype simple-gnutar-remote {
|
||||
compress none
|
||||
program "GNUTAR"
|
||||
}
|
||||
|
@@ -0,0 +1,2 @@
|
||||
backups backup amdump
|
||||
|
@@ -0,0 +1,2 @@
|
||||
localhost root amindexd amidxtaped
|
||||
|
@@ -1,2 +1,2 @@
|
||||
localhost /etc simple-gnutar-local
|
||||
webserver /var/www simple-gnutar-remote
|
||||
|
||||
|
Reference in New Issue
Block a user