mailinabox/management
Darren Sanders c034b0f789 Fix how the value is being passed for the gpg-options parameter
Duplicity v2.1.0 backups are failing with the error:
"... --gpg-options expected one argument".

The issue is that duplicity v2.1.0 began using the argparse Python
library and the parse_known_args function. This function
interprets the argument being passed, "--cipher-algo=AES256",
as an argument name (because of the leading '-') and not as an
argument value. Because of that it exits with an error and
reports that the --gpg-options arg is missing its value.

Adding an extra set of quotes around this string causes
parse_known_args to interpret the string as an argument
value.
2023-08-30 16:34:17 -07:00
..
templates Allow setting the S3 region name in backup settings to pass to duplicity 2023-05-13 07:00:29 -04:00
auth.py Replace Flask built-in WSGI server with gunicorn (#2158) 2022-09-17 08:03:16 -04:00
backup.py Fix how the value is being passed for the gpg-options parameter 2023-08-30 16:34:17 -07:00
cli.py chore(python open): Refactor open and gzip.open to use context manager (#2203) 2023-01-15 08:28:43 -05:00
csr_country_codes.tsv drop the CSR_COUNTRY setting and ask within the control panel 2015-12-26 11:48:23 -05:00
daemon.py Fix dynazoom due to change in handling su (#2247) 2023-05-13 06:38:00 -04:00
daily_tasks.sh daily_tasks.sh: redirect stderr to stdout (#1768) 2020-06-07 09:56:45 -04:00
dns_update.py Allow secondary DNS xfr: items to be hostnames that are resolved to IP addresses when generating the nsd configuration 2023-05-13 07:00:10 -04:00
email_administrator.py email_administrator.py: fix report formatting (#2249) 2023-05-13 06:40:31 -04:00
mail_log.py chore(python open): Refactor open and gzip.open to use context manager (#2203) 2023-01-15 08:28:43 -05:00
mailconfig.py Disable SMTPUTF8 in Postfix because Dovecot LMTP doesn't support it and bounces messages that require SMTPUTF8 2021-09-24 08:11:36 -04:00
mfa.py Add MFA list/disable to the management CLI so admins can restore access if MFA device is lost 2020-10-31 10:23:43 -04:00
munin_start.sh update bind9 configuration 2018-10-03 14:28:43 -04:00
ssl_certificates.py chore(python open): Refactor open and gzip.open to use context manager (#2203) 2023-01-15 08:28:43 -05:00
status_checks.py Add a status checks check that fail2ban is running using fail2ban-client 2023-01-15 10:17:10 -05:00
utils.py Revert "Improve error messages in the management tools when external command-line tools are run" 2023-01-28 11:24:38 -05:00
web_update.py chore(python open): Refactor open and gzip.open to use context manager (#2203) 2023-01-15 08:28:43 -05:00
wsgi.py Replace Flask built-in WSGI server with gunicorn (#2158) 2022-09-17 08:03:16 -04:00