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 }}
|
2020-11-12 14:46:27 +01:00
|
|
|
## 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 }}
|