From f0ebe2897850581dc11c805498de1b5a53d44266 Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Fri, 9 Oct 2020 19:01:51 +0200 Subject: [PATCH] Updated example config with notes on if_modified flag --- src/zasd.conf.example.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/zasd.conf.example.py b/src/zasd.conf.example.py index 7fe5f72..89a0dd8 100644 --- a/src/zasd.conf.example.py +++ b/src/zasd.conf.example.py @@ -34,6 +34,12 @@ defaults = dict( # Whether to ignore triggers on filesystems whose files # have not been modifed since the trigger was last fired +# Enabling this for a filesystem will cause an instance +# of fswatch to launch for every ZFS filesystem. This +# may use a lot of open file descriptors, so maybe avoid +# if you have large filesystems with lots of folders. +# Taking snapshots unconditionally is probably more +# reliable. # if_modified = False, # Priority for snapshot; if more than one trigger fires