When running rsync with the option --times in order to preserve modification times, this plugin override the modification time of the file when the notification is done.
I don't know if there is a solution for this, but if not, it would be nice to have an option to disable the plugin on specifics synced_folder. https://github.com/adrienkohlbecker/vagrant-fsnotify has a nice solution for this which is to add the fsnotify: true option to enable the plugin on a specific synced_folder.
When running
rsync
with the option--times
in order to preserve modification times, this plugin override the modification time of the file when the notification is done.I don't know if there is a solution for this, but if not, it would be nice to have an option to disable the plugin on specifics
synced_folder
. https://github.com/adrienkohlbecker/vagrant-fsnotify has a nice solution for this which is to add thefsnotify: true
option to enable the plugin on a specificsynced_folder
.