mhallin / vagrant-notify-forwarder

A file system event forwarding plugin for Vagrant
MIT License
152 stars 18 forks source link

Modification time is messed up #12

Open nicolasbadia opened 7 years ago

nicolasbadia commented 7 years ago

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.