Revisions of duplicity
buildservice-autocommit
accepted
request 582174
from
Wolfgang Rosenauer (wrosenauer)
(revision 57)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 56)
- update to 0.7.17 * Removed changes made in bug #1044715 Provide a file history feature - Changes required too much memory to carry in the manifest - The option --file-changed in collection-status is now invalid - This will close bugs: #1730451, #896728, #1526557, #1550176 - Starting a full backup will be needed to fully utilize this fix * Fix update of Launchpad Translations. Translations were not being picked up on a daily basis and we got several months behind.
buildservice-autocommit
accepted
request 564196
from
Wolfgang Rosenauer (wrosenauer)
(revision 55)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 54)
- update to 0.7.16 * Fixed AttributeError: 'GPGError' object has no attribute 'decode' * More fixes for Unicode handling * Fixed "BackendException with oauth2client 4.0.0" * Fixed "Dropbox support needs to be updated for Dropbox SDK v7.1" * Fixed small file upload changes made in Dropbox SDK v7.1 * Fix pylint error in webdavbackend.py
buildservice-autocommit
accepted
request 557187
from
Wolfgang Rosenauer (wrosenauer)
(revision 53)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 52)
- update to 0.7.15 * fixed several issues (for upstream changes see http://duplicity.nongnu.org/CHANGELOG
buildservice-autocommit
accepted
request 520501
from
Wolfgang Rosenauer (wrosenauer)
(revision 51)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 50)
- update to 0.7.14 * collection-status should not sync metadata syncing metadata might require to download several GBs * Fixed slowness in 'collection-status' by basing the status on the remote system only. The local cache is treated as empty. * Fixed encrypted remote manifest handling to merely put out a non-fatal error message and continue if the private key is not available. * giobackend: handle a wider variety of gio backends by making less assumptions; in particular, this fixes the google-drive: backend * Fixed PEP8 errors in bin/duplicity * gio: be slightly more correct and get child GFiles based on display name * log.Warn was invoked with log.warn in webdavbackend.py * Support gpg versions numbers that have tags on them. * uses megatools from https://megatools.megous.com/ instead of mega.py library which has been deprecated * Fixed bug #1713640 with patch from Aleksandar Ivanisevic replace 2.7 syntax with 2.6 equivalent * Fixed bug #1638033 Remove leading slash on --file-to-restore - code already used rstrip('/') so change to just strip('/') * find all details on http://duplicity.nongnu.org/CHANGELOG
buildservice-autocommit
accepted
request 508216
from
Wolfgang Rosenauer (wrosenauer)
(revision 49)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 48)
- requires python(2)-fasteners (boo#1047137)
buildservice-autocommit
accepted
request 506125
from
Wolfgang Rosenauer (wrosenauer)
(revision 47)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 46)
- update to 0.7.13.1 * Fixed bug #1680682 - Only specify --pinentry-mode=loopback when --use-agent is not specified * Fixed man page that had 'cancel' instead of 'loopback' for pinentry mode * Fixed bug #1684312 - Use shutil.copyfile instead of os.system('cp ...') - Should reduce overhead of os.system() memory usage. * Fixed bug #1320832 - Use chunks instead of reading it all in swiftbackend * Fixed bug #1320641 and others regarding lockfile * May have finally fixed bug #1556553, "Too many open files...". * Fix bug #1672540 Rename would fail to move par files when moving across filesystems. Patch uses shutil.move() to do the rename instead. * Fixed bug #1265765 SSH Paramiko backend now uses BufferedFile implementation to enable collecting the entire list of files on the backend. * Copy.com is gone so remove copycombackend.py * Fix a bug when swift backend is used in a multibackend configuration.
buildservice-autocommit
accepted
request 482663
from
Wolfgang Rosenauer (wrosenauer)
(revision 45)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 44)
- update to 0.7.12 * Fixed bug #1655268 "--gpg-binary option not working" If gpg binary is specified rebuild gpg profile using new binary location * Fixed bug #1658283 "Duplicity 0.7.11 broken with GnuPG 2.0" - Made gpg version check more robust than just major version - Now use --pinentry-mode=loopback on gpg 2.1 and greater - Removed check for non-Linux systems, a false problem * Fixed bug #1657916 B2 provider cannot handle two backups in the same bucket * Fixed bug #1603704 Crash with UnicodeEncodeError * Fixed bug #1367675 - IMAP Backend does not work with Yahoo server * Fixed bug #1668750 - Don't mask backend errors
buildservice-autocommit
accepted
request 449157
from
Wolfgang Rosenauer (wrosenauer)
(revision 43)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 42)
- update to 0.7.11 * Changed default --volsize to 200MB * Backblaze announced a new domain for the b2 api * Fixes Bug #1620085: --exclude-if-present gives OSError looking for tag in locked folders * GPG: enable truly non-interactive operation with gpg2 * Do backup to google drive working without a service account * Added new command line option --backend-retry-delay that allows to determine the time that duplicity sleeps before retrying after an error has occured. * Added some robustness to dpbxbackend.py that ensures re-authentication happens in case that a socket is changed (e.g. due to a forced reconnect of a dynamic internet connection). * Add --copy-links to copy symlink contents, not just the link itself. * Fixed Bug #1624725, so that an include glob ending in "/" now includes folder contents (for globs with and without special characters). This preserves the behaviour that an expression ending in "/" only matches a folder, but now the contents of any matching folder is included. * If stat() returns None, don't attempt to set perms. * if a space is entered while duplicity asks for the URL, it fails. Since all important spaces are URL encoded anyway, this should be fine even if there are spaces in the URL at all. I also patched it in the onedrive backend, because it must have similar issues.
buildservice-autocommit
accepted
request 421210
from
Wolfgang Rosenauer (wrosenauer)
(revision 41)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 40)
- update to 0.7.10 * fixed several issues - Restore from S3 fails with --with-prefix-archive if prefix includes '/' * Changes for connecting to IBM Bluemix ObjectStorage. See man page * Allow duplicity to create remote folder
Wolfgang Rosenauer (wrosenauer)
committed
(revision 39)
- 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
Wolfgang Rosenauer (wrosenauer)
committed
(revision 38)
- update to 0.7.08 * adds the ability to use path in the swift backend, in order to have multiple backups to the same container neatly organized. * Increased default volume size to 200M, was 25M * further bugfixes as outlined here http://duplicity.nongnu.org/CHANGELOG
Displaying revisions 1 - 20 of 57