Package: duplicity Version: 0.6.21 Revision: 1 Description: Encrypted backup using rsync algorithm License: GPL Homepage: http://duplicity.nongnu.org/ Maintainer: Scott Hannahs # Dependencies. BuildDepends: librsync (>= 0.9.7-1002), fink (>= 0.24.12-1) Depends: python27, librsync-shlibs (>= 0.9.7-1002), ncftp, lftp, boto-py27, httplib2-py27 # Unpack Phase. Source: http://code.launchpad.net/duplicity/0.6-series/%v/+download/%n-%v.tar.gz Source-MD5: 4ade1de475e0af64211bb6933b593057 # Compile Phase. CompileScript: %p/bin/python2.7 setup.py build --librsync-dir=%p # Install Phase. InstallScript: %p/bin/python2.7 setup.py install --prefix=%p --root=%d --librsync-dir=%p DocFiles: CHANGELOG COPYING Changelog.GNU README README-LOG README-REPO tarfile-CHANGES tarfile-LICENSE # Documentation. DescDetail: << Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. << DescPackaging: Previously maintained by Murali Vadivelu