You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to send borgmatic log outputs within the apprise email body, but it does not work somehow. I just get emails with a body with plain $(cat /tmp/backup_run.log) text in it (/tmp/backup_run.log does exist and is not empty). Looks like the shell command is not interpreted. Did I miss something?
I use the borgmatic docker image (ghcr.io/borgmatic-collective/borgmatic). borgmatic:/# borgmatic --version 1.8.5
Thanks for filing this! Unfortunately the borgmatic Apprise hook doesn't currently support sending borgmatic logs to Apprise, nor does it support command execution to populate body! If you're getting that configuration from here, I don't believe it's correct.
I think the "fix" here is probably to implement native Apprise log sending in borgmatic, similar to the existing Healthchecks hook. And also update the Docker borgmatic docs to no longer mention the non-functional bodycat trick.
Hi all,
I've tried to send borgmatic log outputs within the apprise email body, but it does not work somehow. I just get emails with a body with plain $(cat /tmp/backup_run.log) text in it (/tmp/backup_run.log does exist and is not empty). Looks like the shell command is not interpreted. Did I miss something?
I use the borgmatic docker image (
ghcr.io/borgmatic-collective/borgmatic
).borgmatic:/# borgmatic --version 1.8.5
My apprise configuration looks like this:
The text was updated successfully, but these errors were encountered: