rdiff-backup

Rating: 
0
No votes yet

remote incremental backup
rdiff-backup backs up one directory to another, possibly over a network. The
target directory ends up a copy of the source directory, but extra reverse
diffs are stored in a special subdirectory of that 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 also preserves
subdirectories, hard links, dev files, permissions, uid/gid ownership,
modification times, extended attributes, acls, and resource forks.
.
Also, rdiff-backup can 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 will be transmitted. Finally,
rdiff-backup is easy to use and settings have sensible defaults.

Application versions: 
AttachmentSizeDate
File rdiff-backup_1.2.8-7_armel.deb201.33 KB05/08/2013 - 01:29
Changelog: 

rdiff-backup (1.2.8-7) unstable; urgency=low

* debian/control
- bump Standards-Version to 3.9.2
- add X-Python-Version field
- remove dpatch build-dependency
* debian/source/format
- switch to 3.0 (quilt)
* debian/patches
- migrated *.dpatch to quilt format
- add 02_python_2.6_deprecationwarning.diff patch (Closes:#587370)
- add 03_fix_hardlinks.diff (Closes:#558035)
* debian/rules
- switch to dh