Hi
I’va installed MIAB on Ubuntu 22.04 on ARM system
Everything works fine except backup
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 648, 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 127, 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’, ‘full’, ‘–verbosity’, ‘warning’, ‘–no-print-statistics’, ‘–archive-dir’, ‘/miab/backup/cache’, ‘–exclude’, ‘/miab/backup’, ‘–volsize’, ‘250’, ‘–gpg-options’, “‘–cipher-algo=AES256’”, ‘–allow-source-mismatch’, ‘/miab’, ‘file:///miab/backup/encrypted’]’ returned non-zero exit status 31.
I think this is the problem:
duplicity --version
duplicity 0.8.21
Any idea how to solve the issue please?