duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Duplicity & GnuPG


From: Dan Johansson
Subject: [Duplicity-talk] Duplicity & GnuPG
Date: Sun, 30 Oct 2016 14:57:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

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




reply via email to

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