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

duplicity

Encrypted backup using rsync algorithm

Duplicity backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.

Installation

Install the latest version of duplicity as follows:

guix install duplicity

Or install a particular version:

guix install duplicity@2.1.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 duplicity about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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