I had a question about incron settings. It looks i've got an event trigger with IN_MODIFY,IN_ATTRIB,IN_CLOSE_WRITE and I'd like to know if two options are triggered then that will execute the script twice? Because it seems the case today.
It looks if I add IN_ONESHOT, that works correctly, the scirpt being executed once. That means IN_ONESHOT forces to catch only one of these events for executing the script? (I mean, only one event from this group of event)