rsync.py mimics rsync. It can copy selective parts of a folder
to a destination folder and can remove parts of the destination
folder that do not correspond to parts of the original folder.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixes a bug that occurred when the
exclude and delete flags were used together. (The
excluded files were not deleted from the target
folders.) This version should also be compatible
with Python 1.5.2 on Unix and Mac OS.