软件包:rdiff(2.3.2-1~bpo11+1)
rdiff 的相关链接
Debian 的资源:
下载源码包 librsync:
- [librsync_2.3.2-1~bpo11+1.dsc]
- [librsync_2.3.2.orig.tar.gz]
- [librsync_2.3.2-1~bpo11+1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Binary diff tool for signature-based differences
rdiff is a little like diff and patch all rolled into one, with support for binary files. Since it takes advantage of the rsync remote-delta algorithm, you do not need the source file in the same place as your destination file.
To use it, you generate a "signature" of the original file and copy the signature (which is very small) to the same location as the modified file. Then you generate a "delta" which describes the changes required to turn the source file into the modified file. The small delta file can then be used to "patch" the original file, to transform it into the modified file.
其他与 rdiff 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libpopt0 (>= 1.14)
- 解析命令行参数的库
-
- dep: librsync2 (>= 2.0.1)
- rsync remote-delta algorithm library