notify-forwarder icon indicating copy to clipboard operation
notify-forwarder copied to clipboard

Simple tool that can forward file system events to other machine, such as virtual machines with shared folders

Results 9 notify-forwarder issues
Sort by recently updated
recently updated
newest added

I recently had to upgrade a base image to Debian "bullseye" and this dependency was failing to build with: ``` > [15/20] RUN make: #19 0.188 mkdir _build #19 0.189...

The following error occurs when there's a dangling symlink in the tree being watched: terminate called after throwing an instance of 'std::logic_error' what(): Could not stat file of unknown type...

This commit prevents the following error when there's a dangling symlink in the tree being watched: terminate called after throwing an instance of 'std::logic_error' what(): Could not stat file of...

Same as this issue on your related project: https://github.com/mhallin/vagrant-notify-forwarder/issues/5 terminate called after throwing an instance of 'std::runtime_error' what(): Could not open directory Aborted I tried the proposed fix in that...

Microsoft recently added inotify support to their Windows Subsystem for Linux (see: https://blogs.msdn.microsoft.com/commandline/2016/10/07/wsl-adds-inotify-filesystem-change-notification-support/). Happy to report running `notify-forwarder watch` via bash on the windows host and `notify-forwarder receive` on the...

This is great for using something like this with the intent of one client where the server sends notification to one NFS client in one to one, many to one,...

I would love to see a way to ignore files, similar to inotifywait's [`--exclude`](https://linux.die.net/man/1/inotifywait) flag. * Avoids hitting the max watch limit * Reduces overall RAM usage, as `inotifywait` uses...

Notifier-forwarder isn't loading the complete directory tree, it will load the first 6 paths at start up and only watch a directory if its created.. example: /media/NAS/video will be seen...

I set up a vagrant vm with your vagrant notify-forwarder plugin, host is a Mac OS X (10.10.5), guest is debian jessie. In the vm there's an app running, waiting...