vilhalmer
  • Joined on 2024-01-24
vilhalmer commented on issue borgmatic-collective/borgmatic#810 2024-01-30 19:51:42 +00:00
Escape runtime variables in hooks

Thank you!

vilhalmer commented on issue borgmatic-collective/borgmatic#810 2024-01-29 21:00:42 +00:00
Escape runtime variables in hooks

It ends up passing it as a single token to the shell (in my case it's podman, but it shouldn't be any different regardless of command):

Jan 29 20:57:12 compendium borgmatic[98093]: INFO…
vilhalmer commented on issue borgmatic-collective/borgmatic#810 2024-01-29 00:52:05 +00:00
Escape runtime variables in hooks

Sorry for the delay, this got lost in my inbox. I misremembered the docker exec example as being on the databases doc page, but it's actually on the [configuration reference](https://torsion.org/bo

vilhalmer commented on issue borgmatic-collective/borgmatic#810 2024-01-24 00:34:56 +00:00
Escape runtime variables in hooks

This was indeed a breaking change for people using the old provided method for running pg_dumpall within a container. I'm ok with changing to a wrapper script (no pg_dump on the host since…