rdiff-backup

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.
Website: http://www.nongnu.org/rdiff-backup/
License: GPLv2+
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: applications/archiving

Packages

rdiff-backup-1.2.8-7.el6_10.x86_64 [343 KiB] Changelog by Kevin Fenzi (2018-07-04):
- Add hardlink fixing patch. Fixes bug #1596332
- Add enodata handling patch from master.
rdiff-backup-1.2.8-6.el6.x86_64 [343 KiB] Changelog by Robert Scheck (2015-03-07):
- Rebuild for librsync 1.0.0 (#1126712)