incron icon indicating copy to clipboard operation
incron copied to clipboard

cron-like daemon which handles filesystem events

Results 77 incron issues
Sort by recently updated
recently updated
newest added

Linux treats ~/scripts as $HOME/scripts. but incrontab doesn't support this notation. It would be nice to have this home shortcut paths in incrontab to make it simple for lengthy paths.

There hasn't been a release since 2015, although there have been some commits sense

I find that the additional symbol in v0.12 'loopable=true' does not seem to work in stopping more than one trigger for the same event. Example: /var/lib/amavis/virusmails IN_CREATE,loopable=true /opt/myscript $@/$# When...

When I do `mkdir dir1` then `mkdir dir1/dir2` it crashes incrond process and I have to manually restart it. It works fine for files, just a directory within a directory.

If the filename ($#) for an event contains a tilde character (~) then the associated command from incrontab does not run. (Nothing shows up in my system log.)

I see this on the the Ubuntu 0.5.10build1 pkg, also reported here - http://sudoall.com/incrond-cannot-exec-process-no-such-file-or-directory/ If there is more than one space between the three attributes in the incrontab (possibly, this...

I use incrond to monitor a folder for new files added. The incrontab table looks like this: `/path/to/folder IN_CLOSE_WRITE /path/to/script $% $@ $#` Everything works fine, but when the added...

Hi I have tried to add the folder with space but its not added properly I created a folder called Metrics Health To Print and tried to add in incrontab...