From 19f8877dcb1d17637c86c1556e5f86ff7863713b Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Tue, 5 Nov 2024 11:20:31 +0100 Subject: [PATCH] docs: clarify that scripts are run only if autosnap or autoprune are set --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ce10c..b46e36f 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,9 @@ For more full details on sanoid.conf settings see [Wiki page](https://github.com ### Sanoid script hooks -There are three script types which can optionally be executed at various stages in the lifecycle of a snapshot: +There are three script types which can optionally be executed at various stages in the lifecycle of a snapshot. + +**Note** that snapshots related script are triggered only if you have `autosnap = yes` and pruning scripts are triggered only if you have `autoprune = yes`. #### `pre_snapshot_script`