Merge pull request #503 from phreaker0/docs-atomic-option

document the atomic way to take snapshots recursively
This commit is contained in:
Jim Salter 2020-11-01 17:20:57 -05:00 committed by GitHub
commit 58263cc8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
# use_template = demo
# you can also handle datasets recursively in an atomic way without the possibility to override settings for child datasets.
[zpoolname/parent2]
use_template = production
recursive = zfs
#############################