Group :: Archiving/Backup
Source RPM: duplicity
Built: about 2 months ago
Size: 685 KB
Repocop status:

Gear: http://git.altlinux.org/gears/d/duplicity.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/d/duplicity
Home page: https://gitlab.com/duplicity/duplicity
License: GPL
Summary: Untrusted/encrypted 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 remote backends are possible;
right now local, ssh/scp, ftp, and rsync backends are 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, etc., but not
hard links.
Current maintainer:
Vitaly Lipatov
List of contributors:
- duplicity
- duplicity-debuginfo
- new version 0.8.18 (with rpmrb script)2020-11-01 Vitaly Lipatov 0.8.16-alt1
- new version 0.8.16 (with rpmrb script)2020-10-30 Vitaly Lipatov 0.8.15-alt1
- new version 0.8.15 (with rpmrb script) - switch to python3, cleanup spec, update upstream URL