im trying to move every file in a directory to another when they are created. Maybe i could stop the daemon (pyinotify instance running) cleanly, and the original files continue to be created in the orig/spool directory.
I want to be processed after the daemon starts again. Maybe i can take advantage of the inotify kernel queues?
Thanks in advance