added examples from hs01
This commit is contained in:
parent
54dfeeff52
commit
0ea372bb3b
18
backup/examples/cvtt_md_archive-2.json
Normal file
18
backup/examples/cvtt_md_archive-2.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"Name" : "cvtt_md_archive_2",
|
||||
"Host" : "",
|
||||
|
||||
"BackupHost" : "",
|
||||
"BackupRootDir" : "/mnt/usb2",
|
||||
|
||||
"Filesystems" : ["/works/cvtt/md_archive" ],
|
||||
|
||||
"RsyncOptions" : ["-arxv"],
|
||||
|
||||
"Exclude" : [],
|
||||
|
||||
"DailySnapshots" : false,
|
||||
"PruneBackupDays" : 0
|
||||
|
||||
}
|
||||
|
||||
18
backup/examples/cvtt_md_archive.json
Normal file
18
backup/examples/cvtt_md_archive.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"Name" : "cvtt_md_archive",
|
||||
"Host" : "",
|
||||
|
||||
"BackupHost" : "",
|
||||
"BackupRootDir" : "/mnt/usb1",
|
||||
|
||||
"Filesystems" : ["/works/cvtt/md_archive" ],
|
||||
|
||||
"RsyncOptions" : ["-arxv"],
|
||||
|
||||
"Exclude" : [],
|
||||
|
||||
"DailySnapshots" : false,
|
||||
"PruneBackupDays" : 0
|
||||
|
||||
}
|
||||
|
||||
18
backup/examples/hs01_local_backup.json
Normal file
18
backup/examples/hs01_local_backup.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"Name" : "hs01",
|
||||
"Host" : "",
|
||||
|
||||
"BackupHost" : "",
|
||||
"BackupRootDir" : "/backup/hs01",
|
||||
|
||||
"Filesystems" : ["/etc", "/opt", "/archive", "/data", "/works" ],
|
||||
|
||||
"RsyncOptions" : ["-arxv", "--delete", "--relative" ],
|
||||
|
||||
"Exclude" : [],
|
||||
|
||||
"DailySnapshots" : false,
|
||||
"PruneBackupDays" : 0
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user