2
Summary: Untrusted/encrypted backup using rsync algorithm
5
URL: http://rdiff-backup.stanford.edu/duplicity
6
Source: %{name}-%{version}.tar.gz
8
Group: Applications/Archiving
9
BuildRoot: %{_tmppath}/%{name}-root
10
requires: librsync >= 0.9.5.1, python2 >= 2.2, gnupg >= 1.0.6
11
BuildPrereq: python2-devel >= 2.2, librsync-devel >= 0.9.5.1
14
Duplicity incrementally backs up files and directory by encrypting
15
tar-format volumes with GnuPG and uploading them to a remote (or
16
local) file server. In theory many remote backends are possible;
17
right now only the local or ssh/scp backend is written. Because
18
duplicity uses librsync, the incremental archives are space efficient
19
and only record the parts of files that have changed since the last
20
backup. Currently duplicity supports deleted files, full unix
21
permissions, directories, symbolic links, fifos, etc., but not hard
28
python2 setup.py build
31
python2 setup.py install --prefix=$RPM_BUILD_ROOT/usr
38
/usr/share/doc/duplicity-%{version}
44
* Sun Aug 30 2002 Ben Escoto <bescoto@stanford.edu>