From dd95496cd0b8e091e2efed7322fc58396ead4cc4 Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Wed, 12 Feb 2020 20:38:21 +0100 Subject: [PATCH] document the atomic way recursively take snapshots --- sanoid.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sanoid.conf b/sanoid.conf index 6bd5c62..db146dd 100644 --- a/sanoid.conf +++ b/sanoid.conf @@ -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 + #############################