Anybody know how to execute methods (python) when files are modified like Dropbox and his Continuous Data Protection mechanism that can track exactly when a file is modified and sync it.
Of course it would not be of the entire hard-disk, but a track on a specified directory.
OBS: For Windows and Linux OS. Mac is a plus 😉
On Linux, pyinotify will probably do what you want. But note the caveats mentioned in the
inotify(7)manpage, in particular: