Bidirectional rsync flaws

rsync does a fantastic job to sync and keep in sync content from one to another system. Backups are perfect with it, use rsnapshot to get even more out of it.
But rsync is not good in bi-directional syncing in the case of deletion of content. Despite, that you can delete all file on all content directories on all hosts, which is not an option for a the very-day user.
Keep in mind, that you need same timezones and synced clocks, when using the –update option

Look out to keep things in sync, with deletion too, take “unison” for example.
http://www.cis.upenn.edu/~bcpierce/unison/

pear fails… Update

I’m hunting a bug on a CentOS 5.3 installation. If I run pear, it just exists direclty. Even pear help quits cowardly. The only hint is in the logfile: php: PHP Fatal error:  Call to a member function getMessage() on a non-object in /usr/share/pear/pearcmd.php...