duplicity

Rating: 
0
No votes yet

encrypted bandwidth-efficient backup
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.

Application versions: 
AttachmentSizeDate
File duplicity_0.6.17-1_armel.deb299.71 KB05/08/2013 - 00:06
Changelog: 

duplicity (0.6.17-1) unstable; urgency=low

* New upstream release
* replaced sftp/scp-backend with new version that uses python-paramiko
(closes: #646924, #596857, #605624)