There are
download files
available for Duplicity.
Duplicity has 67 active branches owned by 50 people and 1 team. There were 0 commits in the last month.
Bazaar branches
Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp:~duplicity- |
1 Development | 2022-09-23 18:35:12 UTC | This branch has not been imported yet. | |
lp:~thomas- |
|
1 Development | 2020-04-29 18:56:59 UTC |
1619.
Add option --b2-hide-files that cause...
Author:
Thomas Ross
Add option --b2-hide-files that causes the B2 backend to hide files instead of |
lp:~iamthefij/ |
1 Development | 2020-02-15 08:24:28 UTC |
1593.
Fix bytes/str error in b2 backend on ...
Author:
Ian Fijolek
Fix bytes/str error in b2 backend on Python 3 A nearly identical bug to #1863018 also affects the B2 The quote_plus function is removed as it no longer appears |
|
lp:~crosser/ |
|
1 Development | 2020-02-10 19:58:36 UTC |
1588.
* Fixed bug #1862672 - test_log does ...
Author:
ken
* Fixed bug #1862672 - test_log does not respect TMPDIR |
lp:~carlalex/ |
1 Development | 2019-12-01 19:15:02 UTC |
1376.
* Merged in lp:~aaron-whitehouse/dupl...
Author:
Kenneth Loafman
* Merged in lp:~aaron-whitehouse/duplicity/07-snap |
|
lp:~mapozyan/ |
1 Development | 2019-10-15 14:13:40 UTC |
1478.
Fix some math for s3 multipart upload...
Author:
Michael Apozyan
Fix some math for s3 multipart upload (bug #1848203) |
|
lp:~tomas. |
1 Development | 2019-08-31 15:05:19 UTC |
1455.
Fix --s3-use-glacier + --no-encryption
Author:
Tomas Markauskas
Fix --s3-use-glacier + --no-encryption |
|
lp:~tomas. |
1 Development | 2019-08-31 12:24:01 UTC |
1455.
Add support for S3 Glacier DEEP_ARCHI...
Author:
Tomas Markauskas
Add support for S3 Glacier DEEP_ARCHIVE Storage Class |
|
lp:~aaron- |
1 Development | 2019-07-07 21:58:10 UTC |
1391.
Tidy up test_commandline.py
Author:
Aaron Whitehouse
Tidy up test_commandline.py |
|
lp:~stragerneds |
1 Development | 2019-07-06 03:52:03 UTC |
1377.
Optimize loading backup chains; reduc...
Author:
Matthew Glazar
Optimize loading backup chains; reduce file_naming.parse calls For each filename in filename_list, For example, when running 'duplicity collection-status' on * filename_list contains 7545 files This command took 9 minutes and 32 seconds. Similar Avoid many redundant calls to file_naming.parse by hoisting Aside from improving performance, this commit should not |
|
lp:~ed. |
|
1 Development | 2019-03-04 12:08:11 UTC |
1373.
remove copy.com
Author:
ed.so
remove copy.com |
lp:~aaron- |
|
1 Development | 2019-02-21 12:41:39 UTC |
1372.
Add patch from Pete Zaitcev (zaitcev)...
Author:
Aaron A. Whitehouse
Add patch from Pete Zaitcev (zaitcev) https:/ |
lp:~jose1711/ |
1 Development | 2018-10-21 21:07:52 UTC |
1341.
Adopt initial bash completion
Author:
Jose Riha
Adopt initial bash completion |
|
lp:~crosser/ |
1 Development | 2017-11-25 22:12:14 UTC |
1283.
* Merged in lp:~crosser/duplicity/dpb...
Author:
Kenneth Loafman
* Merged in lp:~crosser/duplicity/dpbx-fix-file-listing |
|
lp:~siegeofnort |
1 Development | 2017-10-06 19:39:58 UTC |
1271.
s/bmc/oci/ in the Oracle backend; add...
Author:
CJ Niemira
s/bmc/oci/ in the Oracle backend; added docs for Oracle OCI backend |
|
lp:~mterry/ |
|
1 Development | 2017-08-05 22:23:44 UTC |
1305.
giobackend: handle a wider variety of...
Author:
Michael Terry
giobackend: handle a wider variety of gio backends by making less assumptions; in particular, this fixes the google-drive: backend |
lp:~noizyland/ |
1 Development | 2017-07-25 10:19:53 UTC |
1253.
Add support for file prefixes and new...
Author:
Scott McKenzie
Add support for file prefixes and newer versions of the Azure Storage SDK |
|
lp:~xlucas/ |
|
1 Development | 2017-06-09 13:59:46 UTC |
1241.
* Fix a bug when swift backend is use...
Author:
Xavier Lucas
* Fix a bug when swift backend is used in a multibackend configuration. |
lp:~dernils/ |
1 Development | 2017-06-04 09:02:00 UTC |
1292.
working
Author:
nils
working |
|
lp:~dernils/ |
|
1 Development | 2017-05-25 12:54:29 UTC |
1233.
fixed a minor thing in setup.sh
Author:
nils
fixed a minor thing in setup.sh |
lp:~dernils/ |
1 Development | 2017-05-15 19:00:08 UTC |
1257.
working
Author:
nils
working |
|
lp:~dernils/ |
1 Development | 2017-05-02 22:21:45 UTC |
1208.
Author:
nils
|
|
lp:~m4ktub/ |
|
1 Development | 2017-01-16 01:28:36 UTC |
1265.
Added autoprogress decorator.
The de...
Author:
Claudio Gil
Added autoprogress decorator. The decorator provides a rough progress report based on size of the |
lp:~breunigs/ |
|
1 Development | 2016-12-26 08:05:26 UTC |
1155.
strip whitespace when reading URL, so...
Author:
Stefan Breunig
strip whitespace when reading URL, so it doesn't fail on slight user error |
lp:~breunigs/ |
|
1 Development | 2016-12-26 08:00:58 UTC |
1155.
strip whitespace when reading URL, so...
Author:
Stefan Breunig
strip whitespace when reading URL, so it doesn't fail on slight user error |
lp:~mwilck/ |
|
1 Development | 2016-09-21 12:42:37 UTC |
1150.
GPG: enable truly non-interactive ope...
Author:
Martin Wilck
GPG: enable truly non-interactive operation with gpg2 GPG always tries to grab a passphrase from the gpg agent, even Sometimes this behavior is not intended. I would like to be able I found that it's possible to force gpg2 to behave like gpg1 by Now, even with gpg2, backups can be saved without any passphrase For restore, this change has no effect, as duplicity will ask for the |
lp:~mstoll- |
|
1 Development | 2016-08-22 08:49:16 UTC |
1123.
New domain for b2 backend (the old on...
Author:
Markus
New domain for b2 backend (the old one is supported until Feb 2nd, 2017) |
lp:~arashad. |
|
1 Development | 2016-08-12 10:38:09 UTC |
1237.
Added documentation for connecting to...
Author:
Arashad Ahamad
Added documentation for connecting to IBM Bluemix ObjectStorage |
lp:~fenisilius/ |
|
1 Development | 2016-08-07 20:57:08 UTC |
1236.
Initialize remote directory by creati...
Author:
Ignacio Quezada
Initialize remote directory by creating it, checking with an exception raised by an ls to the directory |
lp:~maciej- |
1 Development | 2016-07-16 22:47:47 UTC |
1114.
Fix a UnicodeEncodeError in util.py.
...
Author:
Maciej BliziĆski
Fix a UnicodeEncodeError in util.py. The exception can contain a non-ascii character, so we're explicitly encoding it |
|
lp:~noizyland/ |
1 Development | 2016-05-20 22:50:15 UTC |
1217.
Use a dictionary to pass auth argumen...
Author:
Scott McKenzie
Use a dictionary to pass auth arguments to BlobService. |
|
lp:~noizyland/ |
1 Development | 2016-05-18 06:38:40 UTC |
1215.
Fix _list method to work with prefix.
Author:
Scott McKenzie
Fix _list method to work with prefix. |
|
lp:~fpytloun/ |
|
1 Development | 2016-02-05 09:09:56 UTC |
1190.
Make kerberos optional for webdav bac...
Author:
Filip Pytloun
Make kerberos optional for webdav backend |
lp:~mterry/ |
|
1 Development | 2015-11-04 18:03:09 UTC |
963.
Update imapbackend to not use depreca...
Author:
Michael Terry
Update imapbackend to not use deprecated rfc822 module |
lp:~michal- |
|
1 Development | 2015-10-27 19:07:09 UTC |
1108.
WindowsAzureMissingResourceError and ...
Author:
Michal Smereczynski
WindowsAzureMis |
lp:~jaroslaw- |
1 Development | 2015-09-19 21:10:50 UTC |
1130.
* Merged in lp:~duplicity-team/duplic...
Author:
Kenneth Loafman
* Merged in lp:~duplicity-team/duplicity/po-updates |
|
lp:~jmwilson/ |
|
1 Development | 2015-08-03 17:43:54 UTC |
1114.
Use file capabilities on frozen execu...
Author:
James Wilson
Use file capabilities on frozen executable |
lp:~noizyland/ |
1 Development | 2015-06-14 03:02:09 UTC |
1100.
- Enable _list method to return more ...
Author:
Scott McKenzie
- Enable _list method to return more than 5000 items (Azure SDK default) |
|
lp:~jmwilson/ |
|
1 Development | 2015-04-26 23:49:19 UTC |
1089.
Drop capabilities and change user whe...
Author:
James Wilson
Drop capabilities and change user when duplicity is run as root. |
lp:~cemsbr/ |
|
1 Development | 2015-04-20 12:51:33 UTC |
1088.
* Fixed bug 1444404 with patch from S...
Author:
Kenneth Loafman
* Fixed bug 1444404 with patch from Samu Nuutamo |
lp:~overlordtm/ |
1 Development | 2015-04-01 11:25:52 UTC |
1088.
Backendtest passes
Author:
overlord_tm
Backendtest passes |
|
lp:~mterry/ |
1 Development | 2015-02-12 16:17:51 UTC |
1075.
Half-finished gdrive port
Author:
Michael Terry
Half-finished gdrive port |
|
lp:~m4ktub/ |
|
1 Development | 2014-12-13 18:56:17 UTC |
999.
Merge from 0.6-series main branch.
Author:
Claudio Gil
Merge from 0.6-series main branch. |
lp:~bruno- |
1 Development | 2014-11-29 20:23:34 UTC |
1024.
Allow the use of custom identity modu...
Author:
Gu1
Allow the use of custom identity modules with pyrax |
|
lp:~stefanfisk/ |
0 Experimental | 2014-10-28 17:52:01 UTC |
1012.
Partially working excluding using Tim...
Author:
Stefan Fisk
Partially working excluding using Time Machine's settings |
|
lp:~jflaker/ |
|
1 Development | 2014-10-11 17:24:42 UTC |
1000.
Fixing Bug #1325215. man page -- The...
Author:
Jeffrey Flaker
Fixing Bug #1325215. man page -- The reference to "--progress_rate" as a parameter is incorrect. Should be "--progress-rate". |
lp:~kartoch/ |
|
1 Development | 2014-08-18 06:26:24 UTC |
998.
Add try/catch to handle error during ...
Author:
Kartoch
Add try/catch to handle error during hubic authentication |
lp:~kiwnix/ |
1 Development | 2014-07-30 15:17:00 UTC |
996.
* Initial support for onedrive backen...
Author:
Eduardo Garcia
* Initial support for onedrive backend, by using https:/ |
|
lp:~fredrik- |
1 Development | 2014-06-02 11:22:30 UTC |
991.
Added docstring
Author:
Fredrik Loch
Added docstring |
|
lp:~mturquette/ |
|
1 Development | 2014-05-21 20:47:53 UTC |
990.
Introduce --no-secret-key option for ...
Author:
Michael Turquette
Introduce --no-secret-key option for the purpose of encrypting backups This concept was first published to the list in 2010: Signed-off-by: Mike Turquette <mturquette@ |
lp:~antmak/ |
|
1 Development | 2014-05-12 07:06:11 UTC |
983.
Added user defined verbatim options f...
Author:
antmak
Added user defined verbatim options for par2 |
lp:~duplicity- |
1 Development | 2014-04-22 15:07:30 UTC |
23.
more missing deps
Author:
Michael Terry
more missing deps |
|
lp:~stan/ |
1 Development | 2014-04-16 08:47:09 UTC |
968.
experiment list-all-files command
Author:
Tristan Hill
experiment list-all-files command |
|
lp:~chameleonat |
|
1 Development | 2014-03-20 17:24:24 UTC |
968.
Don't list unrestorable s3 keys store...
Author:
Matt Thompson
Don't list unrestorable s3 keys stored in glacier |
lp:~prateek/ |
|
1 Development | 2014-03-05 17:47:27 UTC |
936.
Moved imports (again)
Author:
someone1
Moved imports (again) |
lp:~krissn/ |
1 Development | 2013-10-14 11:23:20 UTC |
931.
Add possibility to include/exclude fi...
Author:
Krzysztof Nowicki
Add possibility to include/exclude files based on presence of a given extended attribute. |
|
lp:~verb/ |
|
1 Development | 2013-09-06 06:35:43 UTC |
928.
Add exception handling for bucket.get...
Author:
Lee Verberne
Add exception handling for bucket.get_key() bucket.get_key() sends a HEAD request to S3 to validate the key and obtain |
lp:~kohen- |
1 Development | 2013-04-08 19:36:13 UTC |
912.
Initial CloudEngines (pogoplug) backe...
Author:
Didi Kohen
Initial CloudEngines (pogoplug) backend support |
|
lp:~eric- |
1 Development | 2013-01-16 01:26:36 UTC |
903.
Add very basic support for Amazon Gla...
Author:
Eric Friedrich
Add very basic support for Amazon Glacier |
|
lp:~lapseofreas |
|
1 Development | 2011-08-08 16:17:47 UTC |
774.
Fixed problem with reading lzma files...
Author:
Lapse of Reason
Fixed problem with reading lzma files. Now everything seems to work but testing is still needed. |
lp:~blueyed/ |
|
1 Development | 2011-02-11 17:45:36 UTC |
691.
Handle ENODEV as "file does not exist...
Author:
Daniel Hahler
Handle ENODEV as "file does not exist". Reported by Wolfgang Rohdewald at |
lp:~blueyed/ |
|
1 Development | 2010-11-04 23:15:44 UTC |
675.
Catch "Couldn't delete file" response...
Author:
Daniel Hahler
Catch "Couldn't delete file" response in sftp commands. |
lp:~kevinoid/ |
|
2 Mature | 2010-10-25 15:32:25 UTC |
703.
Include updates to GnuPGInterface
Th...
Author:
Kevin Locke
Include updates to GnuPGInterface These updates are from the current state of a branch of development that I have assurances from the original author of GnuPGInterface that the Note: This version of GnuPGInterface now uses subprocess rather than Signed-off-by: Kevin Locke <klocke@ |
lp:~gustavo- |
0 Experimental | 2010-07-14 21:40:43 UTC | This branch has not been pushed to yet. | |
lp:~tomaz- |
|
1 Development | 2010-06-29 08:05:45 UTC |
644.
When using listmatch filenames are no...
Author:
Tomaz Muraus
When using listmatch filenames are now unqouted so colons and other special characters don't cause problems. Also all the tests now pass. |
lp:~l2g/ |
0 Experimental | 2009-09-22 05:33:52 UTC |
615.
Adding conftest.py for py.test config...
Author:
Larry Gilbert
Adding conftest.py for py.test configuration hooks (right now just setting |
|
lp:~rossp/ |
|
1 Development | 2009-07-26 21:44:21 UTC |
575.
The commits so far break the manifest...
Author:
Ross Patterson
The commits so far break the manifest handling, it's no longer being written to the remote. This would likely be fixed applying much the same logic as has been applied to signatures in this branch. Also, some tests in filenaming are failing since I added volume numbers to signature filenames. |
1 → 67 of 67 results | First • Previous • Next • Last |