Home
Name Modified Size InfoDownloads / Week
README 2011-02-21 526 Bytes
unison-autosync.py 2011-02-21 2.7 kB
Totals: 2 Items   3.3 kB 0
UnisonAutoSync watches the changes in the specified folder via FSEvents API on MacOSX, and periodically invoke unison command.


INSTALLATION
FSEvents is required. Please install it via Python easy-install tool.
% easy_install macfsevents

Please modify the constants in unison-autosync.py script by hand to fit your environment.


USAGE
Invoke it from the commandline:
% python unison-autosync.py
No options available.


NOTE
It cannot detect the changes on the remote server. Only the changes in local host will be detected.
Source: README, updated 2011-02-21