homeserver/roles/mgrote.sanoid/templates/sanoid.conf.j2
2020-08-18 11:57:53 +02:00

16 lines
483 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 }}
## Other Options
autosnap = {{ sanoid_auto_snap }}
autoprune = {{ sanoid_auto_prune }}