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.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/duplicity && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
duplicity-0.7.07.1.tar.gz | 0001539310 1.47 MB | |
duplicity-remove_shebang.patch | 0000000293 293 Bytes | |
duplicity-rpmlintrc | 0000000053 53 Bytes | |
duplicity.changes | 0000022969 22.4 KB | |
duplicity.spec | 0000002972 2.9 KB |
Revision 5 (latest revision is 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 405478
from
Wolfgang Rosenauer (wrosenauer)
(revision 5)
- update to 0.7.07.1 * upgrade dropbox backend: update to SDK v2, use chunked upload * added --ssl-cacert-path parameter * Backend for https://www.mediafire.com (Requires https://pypi.python.org/pypi/mediafire/ installed) * support GSSAPI authentication in webdav backend * further bugfixes as outlined here http://duplicity.nongnu.org/CHANGELOG - update to 0.7.06 * This adds support for AWS S3's newly announced Infrequent Access storage class and is intended to implement Blueprint: https://blueprints.launchpad.net/duplicity/+spec/aws-s3-std-ia-class * A new command line option, --s3-use-ia, is added, and boto backend will automatically use the correct storage class value depending on whether --s3-use-rrs and --s3-use-ia is set. Command line parser will prompt error if both --s3-use-ia and --s3-use-rrs are used together, as they conflict with each other. * Upgrade to newest version of pep8 and pylint * WindowsAzureMissingResourceError and WindowsAzureConflictError changed due to SDK changes. * make sure packages using python's tempfile create temp files in duplicity's temp dir * Fixed bug #1511308 - Cannot restore no-encryption, no-compression backup * Fix missing SWIFT_ENDPOINT_TYPE env var, bug #1519694. * Fix bug #1520691 - Shell Code Injection in hsi backend * Support new version of Azure Storage SDK * Adds a backend for BackBlaze's (currently beta) B2 backup service. - current FTP default is lftp; therefore recommend that instead
Comments 0