diff --git a/backup/examples/cvtt_md_archive-2.json b/backup/examples/cvtt_md_archive-2.json new file mode 100644 index 0000000..d704cca --- /dev/null +++ b/backup/examples/cvtt_md_archive-2.json @@ -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 + +} + diff --git a/backup/examples/cvtt_md_archive.json b/backup/examples/cvtt_md_archive.json new file mode 100644 index 0000000..d27e454 --- /dev/null +++ b/backup/examples/cvtt_md_archive.json @@ -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 + +} + diff --git a/backup/examples/hs01_local_backup.json b/backup/examples/hs01_local_backup.json new file mode 100644 index 0000000..253fe83 --- /dev/null +++ b/backup/examples/hs01_local_backup.json @@ -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 + +} +