borgmatic/borgmatic
Jakub Jirutka 195024e505 Fix psql_command and pg_restore_command to accept command with arguments
These commands are executed without `shell=True`, so the subprocess
module treats e.g. "docker exec my_pg_container psql" as a single command
(resulting in Errno 2 "No such file or directory") instead of a command
with arguments.
2023-04-14 17:37:38 +02:00
..
actions
borg
commands
config Selectively omit list values when including configuration files (#672). 2023-04-13 14:39:36 -07:00
hooks Fix psql_command and pg_restore_command to accept command with arguments 2023-04-14 17:37:38 +02:00
__init__.py
execute.py
logger.py
signals.py
verbosity.py