Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
duplicity - Encrypted bandwidth-efficient backup using rsync algorithm
Duplicity incrementally backs up files and directory by encrypting
tar-format volumes with GnuPG and uploading them to a remote (or
local) file server. In theory many protocols for connecting to a
file server could be supported; so far ssh/scp, local file access,
rsync, ftp, HSI, WebDAV and Amazon S3 have been written.
Because duplicity uses librsync, the incremental archives are space
efficient and only record the parts of files that have changed since
the last backup. Currently duplicity supports deleted files, full
unix permissions, directories, symbolic links, fifos, device files,
but not hard links.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
duplicity |
0.4.3 |
1.fc6 |
src |
105 KiB |
Fri Sep 14 18:16:32 2007 |
Changelog
- * Sat Sep 15 18:00:00 2007 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.3-1
- Upgrade to 0.4.3 (#265701)
- Updated the license tag according to the guidelines
- * Mon May 7 18:00:00 2007 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.2-7
- Rebuild
- * Wed Dec 20 17:00:00 2006 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.2-6
- fix broken sftp support by adding --sftp-command (#220316)