duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Can backup but unable to verify due to GPG error


From: Laurynas Biveinis
Subject: Re: [Duplicity-talk] Can backup but unable to verify due to GPG error
Date: Sun, 28 Aug 2011 19:00:40 +0300

> I still expect the problem to be the password reach duplicity. Please try 
> manually running, as test case with a small folder
>
> PASSPHRASE="yourpass" duplicity ...
> PASSPHRASE="yourpass" duplicity verify ...


export PASSPHRASE=`cat $HOME/.duplicity-passphrase` # Same passphrase
setup as with the main script
duplicity $HOME/org file://$HOME/tmp  # Backup target tmp dir
duplicity verify file://$HOME/tmp $HOME/org

works OK.

duplicity $HOME/org file://$HOME/backup-path # "real" backup target

works OK too and then

duplicity file://$HOME/backup-patch $HOME/org

fails with the same GPG key error.

I am leaning towards deleting the backups and any dot files related to
duplicity from $HOME and retrying full backup.

Thank you,
-- 
Laurynas



reply via email to

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