I want write a backup program for my macbook<br><br>Once I have backed up *everything* which takes a while<br>I then want to backup "changed files." Rather than re-scanning<br>my entire disk I'd like to be informed when a file changes.<br>
<br>Is there an erlang interface to the "file system events API" in the mac?<br>(or something like inotify) or a background daemon that writes the names of all changed files<br>to a log.<br><br>/Joe<br><br>