Name: | rdiff-backup |
---|---|
Version: | 1.2.8 |
Release: | 13.el7 |
Architecture: | aarch64 |
Group: | Applications/Archiving |
Size: | 1783320 |
License: | GPLv2+ |
RPM: | rdiff-backup-1.2.8-13.el7.aarch64.rpm |
Source RPM: | rdiff-backup-1.2.8-13.el7.src.rpm |
Build Date: | Wed May 30 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.nongnu.org/rdiff-backup/ |
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. |
- Add patch to ignore ENODATA when removing acls (as one might remove already a later one). Fixes bug #1494236
- Add patch to better handle hardlinks. Fixes bug #1409435
- Rebuild for librsync 1.0.0 (#1126712)
- Tweak files list to build on epel7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Add patch for cosmetic popen warning. Fixes bug #528940