ZBackup – versatile deduplicating backup tool

Last Updated on July 13, 2021

ZBackup is a versatile globally-deduplicating backup tool, based on the ideas found in rsync.

Feed a large .tar into it, and it will store duplicate regions of it only once, then compress and optionally encrypt the result. Feed another .tar file, and it will also re-use any data found in any previous backups.

This way only new changes are stored, and as long as the files are not very different, the amount of storage required is very low.

Features include:

  • Parallel LZMA or LZO compression of the stored data. You can mix LZMA and LZO in a repository.
  • Built-in AES encryption of the stored data.
  • Possibility to delete old backup data.
  • Use of a 64-bit rolling hash, keeping the amount of soft collisions to zero.
  • Repository consists of immutable files. No existing files are ever modified.
  • Written in C++ only with only modest library dependencies.
  • Safe to use in production.
  • Possibility to exchange data between repos without recompression.
  • Uses a 64-bit modified Rabin-Karp rolling hash.

Website: zbackup.org
Support: GitHub
Developer: Konstantin Isakov, Vladimir Stackov and contributors
License: GNU GPL v2

ZBackup is written in C++. Learn C++ with our recommended free books and free tutorials.

Return to Backup Home Page | Return to Deduplicating Encryption Backup Tools Home Page


Explore Linux

Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category.
In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality.

The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions.
Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others.
Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems.
Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks.
Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems.
Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux.
Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools.
Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux.
Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted