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

AndyL picture AndyL · Nov 23, 2010 · Viewed 15.8k times · Source

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

But I can't seem to find it anywhere. All of the download links I find are dead. Does anyone know where I could find the rsync.py program?

At the moment I am using unison for Windows but I would like to try rsync.py

Answer

pyfunc picture pyfunc · Nov 23, 2010

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/