duplicity 2.1.4
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.
- Outputs:
out
- Website: https://duplicity.gitlab.io/duplicity-web/
- Licenses: GPL 2+
- Package source: gnu/packages/backup.scm
- Builds: See build status
- Issues: See known issues
Installation
Install duplicity 2.1.4
as follows:
guix install duplicity@2.1.4
Or install the latest version:
guix install duplicity
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.