duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Duplicity & GnuPG


From: John Covici
Subject: Re: [Duplicity-talk] Duplicity & GnuPG
Date: Sun, 30 Oct 2016 10:42:38 -0400
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.1.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

If you are using gpg 2.1x or > you need to pass --gpg-options
"--pinentry-mode loopback" to duplicity and have
in your ~/gnupg/gpg-agent.conf
allow-loopback-pinentry
and that should work -- although on a backup you should not need your
password at all.

Hope this helps.

On Sun, 30 Oct 2016 09:57:57 -0400,
Dan Johansson via Duplicity-talk wrote:
> 
> Hello,
> 
> Since upgrading GnuPG my automated Duplicity-Backup has stopped working.
> It have now started to ask for the passphrase for the GPG-Key.
> 
> This is what I have in my script (of cause is my personal data changed):
> 
> ---------------------------8<-----------------------------
> export NAME=Home
> export SOURCE=/home
> export TARGET=s3+http://xxxx.yyy.zzz
> 
> export GPG_KEY=12345678
> export PASSPHRASE='1234567890123'
> 
> duplicity --encrypt-sign-key ${GPG_KEY} --s3-use-new-style \
>       --s3-european-buckets --s3-use-multiprocessing \
>       --name ${HOME} --archive-dir=/var/duplicity \
>       -v8 ${SOURCE} ${TARGET}
> ---------------------------8<-----------------------------
> 
> Any suggestion how top make this work again (without me having to enter
> the passphrase each run)?
> 
> -- 
> Dan
> 
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/duplicity-talk

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]