Name: | duplicity |
---|---|
Version: | 0.8.20 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 2802022 |
License: | GPLv2+ |
RPM: | duplicity-0.8.20-1.el8.aarch64.rpm |
Source RPM: | duplicity-0.8.20-1.el8.src.rpm |
Build Date: | Wed Jul 14 2021 |
Build Host: | host-100-100-224-4.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.nongnu.org/duplicity/ |
Summary: | 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. |
- 0.8.20
- Rebuilt for Python 3.10
- 0.8.19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- 0.8.18
- Improved patch
- Patch for Python 3.10
- 0.8.17
- 0.8.16
- Patch: Avoid calling stat when checking for exclude-if-present files