Name: | rdiff-backup |
---|---|
Version: | 2.0.5 |
Release: | 6.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1804540 |
License: | GPLv2+ |
RPM: | rdiff-backup-2.0.5-6.el9.aarch64.rpm |
Source RPM: | rdiff-backup-2.0.5-6.el9.src.rpm |
Build Date: | Sun Feb 20 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://rdiff-backup.net/ |
Summary: | Convenient and transparent local/remote incremental mirror/backup |
Description: | rdiff-backup is a script, written in Python, that backs up one directory to another and is intended to be run periodically (nightly from cron for instance). The target directory ends up a copy of the source directory, but extra reverse diffs are stored in the target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup can also operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences from the previous backup will be transmitted. |
- Added patch for Python3.11 as per BZ#2021946
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Bump to separate from COPR build
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Last bug-fix before code cleanu-up
- Bumped due to a Koji build error
- Add requirement of python3-setuptools (Ref upstream issue #305)
- Add BuildRequire python3-setuptools in addition to python3-devel (see https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/)