major rewrite

This commit is contained in:
timeshifter
2021-11-26 13:42:08 +01:00
parent 663ee4b883
commit 68b432bba8
2 changed files with 166 additions and 75 deletions
+3 -2
View File
@@ -17,11 +17,12 @@ do_not_backup = [
]
# überprüfe ob neue Snapshots mit diesen String-Teilen vorliegen
snapshot_tag = ["znap", "monthly"]
snapshot_tag = "znap"
snapshot_interval = "monthly"
# wie viele Snapshots von jedem Intervall sollen beibehalten werden?
# dies sollte der Serverkonfiguration zu zfs-auto-snapshots folgen
keep = {
keep_snapshots_per_interval = {
"frequent": 4,
"hourly": 24,
"daily": 31,