major rewrite
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user