Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37614335
en ru br
ALT Linux repos
S:2.2.5-alt1
5.0: 1.2.8-alt0.M50.1
4.1: 1.0.5-alt1.1
4.0: 1.0.5-alt1

Group :: File tools
RPM: rdiff-backup

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rdiff-backup
Version: 1.0.5
Release: alt1

Summary: Backup software

License: GPL
Group: File tools
Url: http://www.nongnu.org/rdiff-backup/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://savannah.nongnu.org/download/rdiff-backup/%name-%version.tar.bz2

# Automatically added by buildreq on Thu Mar 29 2007

BuildRequires: librsync-devel python-dev python-modules-compiler

%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.

%prep
%setup -q

%build
%__python setup.py build

%install
%__python setup.py install \
--optimize=2 \
--root=%buildroot

%files
%doc CHANGELOG README FAQ.html examples.html
%_bindir/rdiff-backup
%_man1dir/rdiff-backup.1*
%python_sitelibdir/rdiff_backup/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin