mirror of https://github.com/jimsalterjrs/sanoid
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:
parent
45d0898523
commit
9ed32d177d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue