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

前端 未结 4 642
自闭症患者
自闭症患者 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:41

    Alternative : pysync - implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension

    • http://freshmeat.net/projects/pysync/

    Another alternative: http://code.google.com/p/pyrsync/

提交回复
热议问题