每天运行计划备份时,我都会看到以下错误:
Error processing remote manifest (duplicity-inc.20190724T191929Z.to.20190726T191408Z.manifest.gpg): GPG Failed, see log below:
===== Begin GnuPG log =====
gpg: WARNING: "--no-use-agent" is an obsolete option - it has no effect
gpg: AES encrypted data
gpg: encrypted with 1 passphrase
gpg: decryption failed: Bad session key
===== End GnuPG log =====
我该如何解决这个问题?
刚想起来。很可能是 gpg 升级问题,请参阅 https://askubuntu.com/questions/1057627/duplicity-fails-with-bad-session-key-error
引用上述票证中的链接解决方法
” 问题是,就像链接的帖子所说的那样,gpg 2.1 从管道中为密钥身份验证停用密码。需要启用和配置 gpg 代理才能使恢复正常工作。
将以下内容添加到 ~/.gnupg/gpg.conf:
到你的 ~/.gnupg/gpg-agent.conf:
"
..ede/duply.net