This package browser is in early development. Mind the rough edges.

zbackup

Versatile deduplicating backup tool

ZBackup is a 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. Any of the backup files stored previously can be read back in full at any time. The program is format-agnostic, so you can feed virtually any files to it.

Installation

Install the latest version of zbackup as follows:

guix install zbackup

Or install a particular version:

guix install zbackup@1.4.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of zbackup about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/zbackup'><img src='https://packages.guix.gnu.org/packages/zbackup/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/zbackup/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/zbackup)

Example Org:

[[https://packages.guix.gnu.org/packages/zbackup][https://packages.guix.gnu.org/packages/zbackup/badges/latest-version.svg]]