homeserver/roles/mgrote.sanoid/templates/sanoid.conf.j2

19 lines
625 B
Plaintext
Raw Normal View History

2020-08-18 11:57:53 +02:00
## 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 }}
2020-08-18 11:57:53 +02:00
## Other Options
autosnap = {{ sanoid_auto_snap }}
autoprune = {{ sanoid_auto_prune }}