lp:~mwilck/duplicity/0.7-series

Created by Martin Wilck and last modified
Get this branch:
bzr branch lp:~mwilck/duplicity/0.7-series
Only Martin Wilck can upload to this branch. If you are Martin Wilck please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Martin Wilck
Project:
Duplicity
Status:
Merged

Recent revisions

1245. By Martin Wilck

Fixed the documentation of --use-agent in the man page

1244. By Martin Wilck

merged revision 1270 from lp:duplicity/0.7-series

1243. By Martin Wilck

GPG: enable truly non-interactive operation with gpg2

GPG always tries to grab a passphrase from the gpg agent, even
if is run with "--batch --no-tty" (as enforced by the
meta_interactive = 0 setting of gpginterface.py).

Sometimes this behavior is not intended. I would like to be able
to run a backup job truly interactively. This would be possible,
but duplicity's check_manifests() function calls gpg to compare
the remote (encrypted) and local manifest, which, with gpg2,
will pop up the gpg agent pinentry every time I try to save backup
(with gpg1, duplicity will just give up on the verification).

I found that it's possible to force gpg2 to behave like gpg1 by
using the command line option "--pinentry-mode=cancel". My patch
applies this option if duplicity's "--use-agent" option is unset.

Now, even with gpg2, backups can be saved without any passphrase
dialog, at the cost of not being able to verify the manifests. Users
who want the verification would just need to use "--use-agent", as
with gpg1.

For restore, this change has no effect, as duplicity will ask for the
passphrase anyway if "--use-agent" is not specirfied.

1242. By Kenneth Loafman

* Fixed bug #1623342 with patch from Daniel Jakots
  - failing test on OpenBSD because tar/gtar not found

1241. By ken

* Merged in lp:~aaron-whitehouse/duplicity/bug_1620085_exclude-if-present-locked-folder
  - Fixes Bug #1620085: --exclude-if-present gives OSError looking for tag in locked folders

1240. By Kenneth Loafman

* Merged in lp:~mstoll-de/duplicity/duplicity
  - Backblaze announced a new domain for the b2 api

1239. By Kenneth Loafman

* Fixed bugs #815510 and #1615480
  - Changed default --volsize to 200MB

1238. By Kenneth Loafman

* Prep for 0.7.10

1237. By Kenneth Loafman

* Merged in lp:~fenisilius/duplicity/acd_init_mkdir
  - Allow duplicity to create remote folder

1236. By Kenneth Loafman

* Fixed bug #1612472 with patch from David Cuthbert
  - Restore from S3 fails with --with-prefix-archive if prefix includes '/'
* Merged in lp:~arashad.ahamad/duplicity/duplicity_latest
  - Changes for connecting to IBM Bluemix ObjectStorage. See man page.

Branch metadata

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

Subscribers