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

前端 未结 4 654
自闭症患者
自闭症患者 2021-02-04 04:16

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<

4条回答
  •  佛祖请我去吃肉
    2021-02-04 04:51

    Here is the algorythm (not sure if it helps you out):

    http://code.activestate.com/recipes/577518-rsync-algorithm/

提交回复
热议问题