Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inotify somehow missing modification events for dropbox file #98

Open
daveola opened this issue Jan 28, 2020 · 0 comments
Open

inotify somehow missing modification events for dropbox file #98

daveola opened this issue Jan 28, 2020 · 0 comments

Comments

@daveola
Copy link

daveola commented Jan 28, 2020

I'm trying to use rb-inotify to watch a file that gets appended to by dropbox (sync to local computer).

I have even tried watching for any events:

queue.watch(filename, :all_events) { puts "EVENT!" }

But I see nothing if dropbox modifies the file (though I do see this message if I append to the file directly).

How is the dropbox app getting around inotify in it's file modifications??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant