lp:~ed.so/duplicity/duplicity.tmpspacefix

Created by edso and last modified
Get this branch:
bzr branch lp:~ed.so/duplicity/duplicity.tmpspacefix
Only edso can upload to this branch. If you are edso please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
edso
Project:
Duplicity
Status:
Merged

Recent revisions

860. By edso

use tempfile.TemporaryFile() so unused temp files are deleted automagically

859. By edso

propbably solve bug 'Out of space error while restoring a file'
see bug tracker/mailing list
 https://bugs.launchpad.net/duplicity/+bug/1005901
 http://lists.gnu.org/archive/html/duplicity-talk/2012-09/msg00000.html

858. By Michael Terry

log.py: add a couple comments to reserve error codes 126 and 127 because they conflict with running duplicity under pkexec (very similar to how 255 is reserved because gksu uses it)

857. By Kenneth Loafman

Add note on GnuPGInterface and multiple GPG processes.

856. By Kenneth Loafman

Merged in lp:~ed.so/duplicity/backend_fixes

- fixed ssh/gio backend import warnings
 + ssh paramiko backend imports paramiko lazily now
 + gio backend is not imported automatically but on request when --gio option is used
- added a warning when --ssh-backend is used with an incorrect value

855. By Kenneth Loafman

Update changelogs, remove misleading date.

854. By Kenneth Loafman

Merged in lp:~ed.so/duplicity/ssh-fixes

- ssh paramiko backend respects --num-retries now
- set retry delay for ssh backends to 10s
- ssh pexpect backend
 + sftp part does not claim 'Invalid SSH password' although it's only 'Permission denied' now
 + sftp errors are now more talkative
- gpg.py
 + commented assert which broke otherwise working verify run

853. By Kenneth Loafman

A couple more warning error codes that Deja Dup is interested in noticing.

852. By Kenneth Loafman

If the gio backend wants to ask a question during its mount phase, it previously just aborted. This branch allows it to continue, though not to make an intelligent answer.

Only two gvfs daemons ask questions: 'sftp' does for new hosts, and 'afc' does for locked device. In both cases, the 0 choice is the 'just keep going' choice.

851. By edso

Merged in lp:~ed.so/duplicity/0.6-readd_sshpexpect
- readd ssh pexpect backend as alternative
- added --ssh-backend parameter to switch between paramiko,pexpect
- manpage
-- update to reflect above changes
-- added more backend requirements
- Changelog.GNU removed double entries

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:duplicity/0.6
This branch contains Public information 
Everyone can see this information.

Subscribers