mirror of https://github.com/jimsalterjrs/sanoid
Merge pull request #884 from dlangille/master
sanoid.conf: document two options for recursive
This commit is contained in:
commit
acdc0938c9
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue