Support omitting datasets from automatic snapshotting.
This commit is contained in:
@@ -5,7 +5,7 @@ jobs:
|
||||
type: snap
|
||||
filesystems: {
|
||||
{% for dataset in zfs_snapshot_datasets %}
|
||||
"{{dataset}}<": true,
|
||||
"{{dataset.path}}<": {{dataset.include | default(true) | lower}},
|
||||
{% endfor %}
|
||||
}
|
||||
# create snapshots with prefix `zrepl_` every 15 minutes
|
||||
|
||||
Reference in New Issue
Block a user