Original author(s) | Joshua MacDonald |
---|---|
Developer(s) | Joshua MacDonald |
Stable release | 3.0.0 / January 8, 2011 |
Development status | Active |
Written in | C |
Operating system | Unix-like, Microsoft Windows |
Type | Delta encoding tools |
License | GNU General Public License |
Website | xdelta.org |
xdelta is a command line program for delta encoding, which generates two file difference. This is similar to diff and patch, but it is targeted for binary files and does not generate human readable output.
It is first released in 1997.[1] It is based on the algorithm of rsync, which is developed by Andrew Tridgell. The developer of xdelta is Joshua MacDonald and currently maintained by him.
Recent xdelta3 has some unique functions. It can generate standardized VCDIFF format, and it realized the compatibility among other delta encoding software which supports VCDIFF format. It runs on Unix-like operating systems and Microsoft Windows. xdelta can handle up to 264 bytes files in any platform,[2] and it is suitable for large scale backup.