Merge pull request #884 from dlangille/master

sanoid.conf: document two options for recursive
This commit is contained in:
Jim Salter 2024-01-26 14:16:44 -05:00 committed by GitHub
commit acdc0938c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
# you can also handle datasets recursively in an atomic way without the possibility to override settings for child datasets.
[zpoolname/parent2]
use_template = production
# there are two options for recursive: zfs or yes
# * zfs - taken a zfs snapshot with the '-r' flag; zfs will recursively take a snapshot of the whole
# dataset tree which is consistent.
# * yes - the snapshots will be taken one-at-time through the sanoid code; not necessarily consistent.
recursive = zfs