Manual backups don't send notifications #67
Loading…
x
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_cron
commandf7f46d7b7b/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_cron
is the same asabra app run <backupbot_name> app -- backup create
plus 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
abra
as we do not hardcode any timeout inabra
any more. If you manage to figure out how to resolve this via the SSH config, I'd love to hear about it / document it.