xdelta
xdelta is a command line program for delta encoding, which generates the difference between two files. This is similar to diff and patch, but it is targeted for binary files and does not generate human readable output.
Original author(s) | Joshua MacDonald |
---|---|
Developer(s) | Joshua MacDonald |
Initial release | October 12, 1997 |
Stable release | 3.0.11
/ January 8, 2016[1] |
Repository | |
Written in | C and C++ |
Operating system | Unix-like, Microsoft Windows |
Type | Utility software |
License | Apache License 2.0[2] |
Website | xdelta |
It was first released in 1997.[3] The developer of xdelta is Joshua MacDonald, who currently maintains the program. The algorithm of xdelta1 was based on the algorithm of rsync, developed by Andrew Tridgell, though it uses a smaller block size.
xdelta3 can generate standardized VCDIFF format, and it realized the compatibility among other delta encoding software which supports the VCDIFF format. It runs on Unix-like operating systems and Microsoft Windows. xdelta can handle up to 264 byte files,[4] and it is suitable for large backups.
References
- MacDonald, Joshua (2016-05-13). "Release 3.0.11 ยท jmacd/xdelta". Page with the list of download links. GitHub.
- MacDonald, Joshua. "Xdelta3 License Change".
- mention of first version
- xdelta3 memory tuning
External links
- Official homepage
- Project site
- Andrew Tridgell's PHD on rsync, with a section on xdelta (xdelta1)
- RFC 3284, The VCDIFF Generic Differencing and Compression Data (xdelta3)