duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Setting the PASSPHRASE inside the duplicity program


From: Philip Jocks
Subject: Re: [Duplicity-talk] Setting the PASSPHRASE inside the duplicity program itself
Date: Wed, 25 Apr 2007 19:18:45 +0200

Hi,

I think,

UnboundLocalError: local variable 'local_manifest' referenced before assignment

results from duplicity not being able to read the manifest. That happens when you try to use duplicity without encrypting to a local key to which private key and passphrase duplicity has access to.
When you invoke it like
duplicity --encrypt-key 'AAA' --sign-key 'BBB' source target
it creates a manifest file that can only be opened with AAA's private key, which in this case isn't stored on the local machine. If BBB is your local key, you should add another --encrypt-key 'BBB' parameter.

I hope, this helps with your problem, I just spent a few hours to figure that out :-/

Cheers,

Philip




reply via email to

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