added examples from hs01

This commit is contained in:
Cryptoval Trading Technologies 2026-06-13 23:58:42 +00:00
parent 54dfeeff52
commit 0ea372bb3b
3 changed files with 54 additions and 0 deletions

View 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
}

View 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
}

View 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
}