Answers:
目前rsync
不支持此功能。这是在某个站点的功能请求页面上。有一个选择--fuzzy
-y, --fuzzy
This option tells rsync that it should look for a basis file for
any destination file that is missing. The current algorithm
looks in the same directory as the destination file for either a
file that has an identical size and modified-time, or a simi‐
larly-named file. If found, rsync uses the fuzzy basis file to
try to speed up the transfer.
Note that the use of the --delete option might get rid of any
potential fuzzy-match files, so either use --delete-after or
specify some filename exclusions if you need to prevent this.
描述:
文件夹比较和同步工具这是一个文件夹比较和同步工具。它针对最高性能和可用性进行了优化,无需限制或过载UI界面。
特点:
*多个文件夹对
*批处理能力
*二进制比较
*处理冲突和传播删除
*优化性能
*事务文件复制
* ...
freefilesync中的镜像选项
有一个获奖的跨平台应用程序,称为freefilesync(http://sourceforge.net/projects/freefilesync/),具有良好的GUI。它具有批处理模式,允许您安排同步。它是定义左,右文件夹以进行同步的xml文件。使用此功能,您可以使用终端的freefilesync。
因此,您可以使用同步文件和文件夹
* GUI
* BASH脚本
* cron
它的卓越功能和易用性以及脚本支持FreeFileSync
可以作为替代rsync