mirror of https://github.com/jimsalterjrs/sanoid
Update sanoid.conf
further clarify recursion=zfs vs recursion=yes
This commit is contained in:
parent
826d4d1c07
commit
8fa906b971
|
|
@ -33,8 +33,11 @@
|
||||||
use_template = production
|
use_template = production
|
||||||
# there are two options for recursive: zfs or 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
|
# * zfs - taken a zfs snapshot with the '-r' flag; zfs will recursively take a snapshot of the whole
|
||||||
# dataset tree which is consistent.
|
# dataset tree which is consistent. Newly-added child datasets will not immediately get snapshots,
|
||||||
|
# and must instead slowly catch up to policy over time. Slightly lower storage load.
|
||||||
|
#
|
||||||
# * yes - the snapshots will be taken one-at-time through the sanoid code; not necessarily consistent.
|
# * yes - the snapshots will be taken one-at-time through the sanoid code; not necessarily consistent.
|
||||||
|
# newly added child datasets will be immediately brought into policy. Slightly higher storage load.
|
||||||
recursive = zfs
|
recursive = zfs
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue