Looking for cross-platform rsync-like functionality in python, such as rsync.py Looking for cross-platform rsync-like functionality in python, such as rsync.py python python

Looking for cross-platform rsync-like functionality in python, such as 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/


I know that rdiff-backup is written in python and use an rsync-like algorithm. It use librsync. Note that rdiff-backup is not a replacement for rsync, so it will not fill your needs. But you can take a look at librsync and see how rdiff-backup use it.