Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    How do you define "multiple files are being detected at once"? I think you need to implement a kind of timeout to determine whether or not to run CURL on each update. Commented Jul 20, 2015 at 21:24
  • You'd probably be better off with close_write instead of create Commented Jul 20, 2015 at 22:24
  • Since you're using rsync, why does it matter if you run it multiple times in quick succession? Commented Jul 20, 2015 at 22:25
  • I probably should have explained further, but this is for a security camera system that creates multiple video files, and these are the files that are being detected/monitored and then uploaded via rsync to my server. @yaegashi Commented Jul 21, 2015 at 15:13