mhallin / vagrant-notify-forwarder

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

Deleted files are not notify on the guest #11

Open nicolasbadia opened 7 years ago

nicolasbadia commented 7 years ago

This is also an issue for renamed files.

I don't know if it helps but https://github.com/adrienkohlbecker/vagrant-fsnotify handle this by creating and deleting (touch& rm) the deleted file on the guest.

zimmski commented 4 years ago

Is it possible that this has been solved in https://github.com/mhallin/notify-forwarder and hence with this plugin?