bag-database icon indicating copy to clipboard operation
bag-database copied to clipboard

Add filesystem storage option for periodic checks

Open pjreed opened this issue 3 years ago • 0 comments

The FilesystemBagStorage implementation currently relies on getting inotify events to know when the filesystem has changed and update the database, but inotify events may not work for some filesystems, such as CIFS.

It'd be useful to have an option in the config to periodically check the filesystem for changes, and maybe even to detect whether inotify events are available and automatically enable periodic scans if they're not.

pjreed avatar Nov 04 '21 21:11 pjreed