From f93985111f4a8c5820c0733dd14a6a52eedd007d Mon Sep 17 00:00:00 2001 From: Aaron Whitehouse Date: Thu, 17 Mar 2022 14:19:05 +0000 Subject: [PATCH] add second section --- tests/0_monitoring_tests/sanoid.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/0_monitoring_tests/sanoid.conf b/tests/0_monitoring_tests/sanoid.conf index f5692f0..9297d5d 100644 --- a/tests/0_monitoring_tests/sanoid.conf +++ b/tests/0_monitoring_tests/sanoid.conf @@ -1,6 +1,9 @@ [sanoid-test-1] use_template = production +[sanoid-test-2] + use_template = demo + [template_production] hourly = 36 daily = 30 @@ -8,3 +11,6 @@ yearly = 0 autosnap = yes autoprune = no + +[template_demo] + daily = 60 \ No newline at end of file