Updated example config with notes on if_modified flag

master
Thor 4 years ago
parent aebf2186eb
commit f0ebe28978
  1. 6
      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

Loading…
Cancel
Save