Manual backups don't send notifications #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It'd be great to test they're working too!
You can use the
run_croncommandf7f46d7b7b/README.md (usage)this will send a notification as well.
At the moment the notifications are built into the cronjob, this way a failure Notification can also be send, if the main program is crashing.
so
abra app cmd <backupbot_name> app run_cronis the same asabra app run <backupbot_name> app -- backup createplus notifications?it seems so! though i got the ssh timeout error, even with abra 0.10 :/
@fauno FWIW this should now only be related to your SSH client/server configurations and not
abraas we do not hardcode any timeout inabraany more. If you manage to figure out how to resolve this via the SSH config, I'd love to hear about it / document it.