duplicity

Encrypted bandwidth-efficient backup using rsync algorithm

Description

Duplicity incrementally backs up files and directory by encrypting
tar-format volumes with GnuPG and uploading them to a remote (or
local) file server. In theory many protocols for connecting to a
file server could be supported; so far ssh/scp, local file access,
rsync, ftp, HSI, WebDAV and Amazon S3 have been written.

Because duplicity uses librsync, the incremental archives are space
efficient and only record the parts of files that have changed since
the last backup. Currently duplicity supports deleted files, full
unix permissions, directories, symbolic links, fifos, device files,
but not hard links.
Website: http://www.nongnu.org/duplicity/
License: GPLv2+
Vendor: Fedora Project
Group: applications/archiving

Packages

duplicity-0.6.26-2.el6.x86_64 [545 KiB] Changelog by Andy Grover (2016-04-06):
- Upgrade to 0.6.26 for corruption issue (#1324641)
- Update patch0
- Drop now-merged patch for librsync API changes
- Add BuildRequires on python-setuptools
- Add dep on python-lockfile