Thu, 30 May 2024 01:07:10 UTC | login

Information for build rdiff-backup-1.2.8-29.fc29

ID71248
Package Namerdiff-backup
Version1.2.8
Release29.fc29
Epoch
SummaryConvenient and transparent local/remote incremental mirror/backup
Descriptionrdiff-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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 17 Aug 2018 12:18:51 UTC
CompletedFri, 17 Aug 2018 13:46:04 UTC
Taskbuild (f29-candidate, rdiff-backup-1.2.8-29.fc29.src.rpm)
Tags
f29
f30
RPMs
src
rdiff-backup-1.2.8-29.fc29.src.rpm (info) (download)
riscv64
rdiff-backup-1.2.8-29.fc29.riscv64.rpm (info) (download)
rdiff-backup-debuginfo-1.2.8-29.fc29.riscv64.rpm (info) (download)
rdiff-backup-debugsource-1.2.8-29.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 18 2018 Kevin Fenzi <kevin@scrye.com> - 1.2.8-29 - Fix FTBFS by python2 versioning all python calls. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 31 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.8-26 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sun Dec 24 2017 Kevin Fenzi <kevin@scrye.com> - 1.2.8-25 - Adjust requires for pyxattr changes. * Sat Dec 02 2017 Kevin Fenzi <kevin@scrye.com> - 1.2.8-24 - Add patch to ignore ENODATA when removing acls (as one might remove already a later one). Fixes bug #1494236 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jan 08 2017 Kevin Fenzi <kevin@scrye.com> - 1.2.8-20 - Add patch to better handle hardlinks. Fixes bug #1409435