问题描述
我正在用 python 实现备份脚本.我试图保持跨平台的东西.我听说有一个基于 python 的 rsync 实现:http://pypi.python.org/pypi/rsync.py
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
但我似乎无法在任何地方找到它.我找到的所有下载链接都已失效.有谁知道我在哪里可以找到 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?
目前我在 Windows 上使用 unison,但我想尝试 rsync.py
At the moment I am using unison for Windows but I would like to try rsync.py
推荐答案
替代方案:pysync - 在纯 Python 中实现 rsync 和相关算法,以及高速 librsync Python 扩展
Alternative : pysync - implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension
另一种选择:http://code.google.com/p/pyrsync/
这篇关于在python中寻找跨平台的类似rsync的功能,比如rsync.py的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!