I am implementing backup scripts in python. I\'m trying to keep things cross platform. I hear there is a python based rsync implementation: http://pypi.python.org/pypi/rsync.py<
Alternative : pysync - implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension
Another alternative: http://code.google.com/p/pyrsync/