Hi,
i got the same problem and did the patch to backup.py, upgraded duplicity then restart.
Now i get this error message :
Error processing remote manifest (duplicity-inc.20230830T010310Z.to.20230831T010310Z.manifest.gpg): GPG Failed, see log below:
===== Begin GnuPG log =====
gpg: Note: ‘–decrypt’ is not considered an option
gpg: WARNING: no command supplied. Trying to guess what you mean …
usage: gpg [options] [filename]
===== End GnuPG log =====
GPGError: GPG Failed, see log below:
===== Begin GnuPG log =====
gpg: Note: ‘–force-mdc’ is not considered an option
gpg: Note: ‘–symmetric’ is not considered an option
gpg: WARNING: no command supplied. Trying to guess what you mean …
usage: gpg [options] [filename]
===== End GnuPG log =====
Traceback (most recent call last):
File “/root/mailinabox/management/backup.py”, line 625, in
perform_backup(full_backup)
File “/root/mailinabox/management/backup.py”, line 317, in perform_backup
shell(‘check_call’, [
File “/root/mailinabox/management/utils.py”, line 126, in shell
ret = getattr(subprocess, method)(cmd_args, **kwargs)
File “/usr/lib/python3.10/subprocess.py”, line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[’/usr/bin/duplicity’, ‘incr’, ‘–verbosity’, ‘warning’, ‘–no-print-statistics’, ‘–archive-dir’, ‘/home/user-data/backup/cache’, ‘–exclude’, ‘/home/user-data/backup’, ‘–volsize’, ‘250’, ‘–gpg-options’, “‘–cipher-algo=AES256’”, ‘/home/user-data’, ‘file:///home/user-data/backup/encrypted’, ‘–allow-source-mismatch’]’ returned non-zero exit status 31.
am i the only one to get this message ?