homeserver/roles/mgrote.sanoid/templates/sanoid.conf.j2
Quotengrote 6171970555
Sanoid - 5-minute-Snapshots (#66)
* neue Snapshots eingebaut, alle 5 Minuten

* Einrückungen Sanoid
2020-11-12 14:46:27 +01:00

19 lines
625 B
Django/Jinja

## ZFS Section ##
[{{ sanoid_zfs_dataset }}]
use_template = production
recursive = {{ sanoid_zfs_recursive }}
## Template Section ##
[template_production]
## Keep-Rules
hourly = {{ sanoid_snapshot_keep_hourly }}
daily = {{ sanoid_snapshot_keep_daily }}
monthly = {{ sanoid_snapshot_keep_monthly }}
yearly = {{ sanoid_snapshot_keep_yearly }}
## Underhour - Snapshots
frequent_period = {{ sanoid_snapshot_interval_underhour }}
frequently = {{ sanoid_snapshot_keep_underhour }}
## Other Options
autosnap = {{ sanoid_auto_snap }}
autoprune = {{ sanoid_auto_prune }}