Download List

Project Description

pirysncd is an attempt to write a daemon to watch a directory for kernel write notifications and then execute an rsync command to synchronize two different directories (local or remote). This is a poor man's mirroring or an alternative (not so) real data replication mechanism based on Pyinotify.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-15 21:32 Back to release list
20090715

With the use of the subprocess module, there is no need for the locking mechanism to avoid multiple rsyncs. The inotify events are simply queued to a kernel stack and then rsync sychronizes only the directories with the diffs. The IN_ATTRIB inotify event was added. The default value of the delay variable was changed from 1 second to 0 seconds.

Project Resources