When changing hornet configs (e.g. streaming vs triggered delay times) we frequently may forget to purge the directory structure, resulting in a useless hornet.
This PR:
causes hornet to recurse the watcher directory(ies) and pickup all existing subdirectories to watch
adds an option to ignore a directory name (e.g. "lost+found")
When changing hornet configs (e.g. streaming vs triggered delay times) we frequently may forget to purge the directory structure, resulting in a useless hornet.
This PR: