Encrypted bandwidth-efficient backup using the rsync algorithm
Duplicity incrementally backs up files and directories 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, rsync, HSI, WebDAV, and Amazon S3 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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2/duplicity && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
duplicity-0.7.09.tar.gz | 0001542198 1.47 MB | |
duplicity-remove_shebang.patch | 0000000293 293 Bytes | |
duplicity-rpmlintrc | 0000000053 53 Bytes | |
duplicity.changes | 0000023925 23.4 KB | |
duplicity.spec | 0000002970 2.9 KB |
Revision 7 (latest revision is 9)
Ludwig Nussel (lnussel_factory)
accepted
request 417243
from
Wolfgang Rosenauer (wrosenauer)
(revision 7)
- update to 0.7.09 * Fixed bug #1600692 with patch from Wolfgang Rohdewald - Allow symlink to have optional trailing slash during verify. * Merged in lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224, as this was affecting other applications (e.g. deja dup; Bug #1605939). * Merged in lp:~duplicity-team/duplicity/po-updates
Comments 0