Sat, 25 May 2024 08:31:29 UTC | login

Information for build rdiff-backup-1.2.8-32.fc31

ID122980
Package Namerdiff-backup
Version1.2.8
Release32.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/rdiff-backup.git#2dba11acbe8e2a82a7bbea5e7f3085bb1053c757
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, 09 Aug 2019 11:19:43 UTC
CompletedFri, 09 Aug 2019 12:05:08 UTC
Taskbuild (f31-candidate, /rpms/rdiff-backup.git:2dba11acbe8e2a82a7bbea5e7f3085bb1053c757)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rdiff-backup.git#2dba11acbe8e2a82a7bbea5e7f3085bb1053c757'}}
Tags
f31
f32
f33
RPMs
src
rdiff-backup-1.2.8-32.fc31.src.rpm (info) (download)
riscv64
rdiff-backup-1.2.8-32.fc31.riscv64.rpm (info) (download)
rdiff-backup-debuginfo-1.2.8-32.fc31.riscv64.rpm (info) (download)
rdiff-backup-debugsource-1.2.8-32.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 30 2019 Kevin Fenzi <kevin@scrye.com> - 1.2.8-30 - Clean up useless conditional. Fixes bug #1663715 * 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