Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
duplicity: Encrypted bandwidth-efficient backup using rsync algorithm
- Summary
- 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 remote backends are possible;
right now local, ssh/scp, ftp, and rsync backends are 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, etc., but not
hard links.
Changelog
- * Wed Dec 20 16:00:00 2006 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.2-6
- fix broken sftp support by adding --sftp-command (#220316)
- * Sun Dec 17 16:00:00 2006 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.2-5
- own %{python_sitearch}/%{name} and not only %{python_sitearch}
- * Sat Dec 16 16:00:00 2006 Robert Scheck <robert{%}fedoraproject{*}org> 0.4.2-4
- added two small fixing patches (upstream items #4486, #5183)
- many spec file cleanups and try to silence rpmlint a bit more