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: Kenneth Loafman
Subject: Re: [Duplicity-talk] Can backup but unable to verify due to GPG error
Date: Sun, 21 Aug 2011 14:59:47 -0500

For the verify step that fails, do you supply a password to duplicity through a script file?  If it's interactive, is duplicity asking for a passphrase?

...Ken

On Sun, Aug 21, 2011 at 1:37 PM, Laurynas Biveinis <address@hidden> wrote:
2011/8/21  <address@hidden>:
> please send the private data obfuscated output of a duplicity backup _and_ verify run with -v9 so we can see what is going on. use pastebin if it get's really big.

> also try to delete the local archive folder of your backup (see output for the path to it). it contains unencrypted data needed for incremental resuming and my guess is that for some reason the password ending up with gpg called in duplicity is really not the same. so after deleting the archive an incremental backup will probably fail as well because it is missing the correct passphrase.

The backup output before deleting the local archive folder:
http://pastebin.com/eUzUUwkC
Same operation after deleting the local archive folder:
http://pastebin.com/X7Dkj1wT
Verify:
http://pastebin.com/LWwz4ZJA
Verify after removing the local archive folder again:
http://pastebin.com/8CyncrqT

Operations were carried out in this order. Removing the folder did not
help with the error messages. I have shortened the output to remove
"Comparing" lines, it was 377MB with them.

> do you use a shell script to call duplicity? please post it as well.

#!/bin/sh
TARGET=file:///home/laurynas/backup-path

export PASSPHRASE=`cat $HOME/.duplicity-passphrase`

duplicity --exclude $HOME/tmp --exclude $HOME/Downloads $HOME $TARGET

unset PASSPHRASE

Thank you,
--
Laurynas

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

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