sanoid.conf: document two options for recursive

zfs and yes are the options, one uses zfs, the other sanoid code
This commit is contained in:
Dan Langille 2024-01-15 09:56:47 -05:00
parent 45d0898523
commit 9ed32d177d
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@
# you can also handle datasets recursively.
[zpoolname/parent]
use_template = production
recursive = yes
# 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
# if you want sanoid to manage the child datasets but leave this one alone, set process_children_only.
process_children_only = yes