user feedback when backup bot does not create a snapshot #85

Closed
opened 2026-03-31 15:28:38 +00:00 by stevensting · 1 comment
Owner

I'm wondering how the following came about:

$ abra app run backup.example.com app -- backup --host uptime-kuma.example.com create
backup finished
$ abra app run backup.example.com app -- backup --host uptime-kuma.example.com snapshots
No Snapshots found for app uptime-kuma.example.com

for the app container backupbot.backup=true was missing, but for the db container it was present.

Nevertheless, I would expect that that a backup job fails which could not create a backup.

@moritz any ideas?

I'm wondering how the following came about: ``` $ abra app run backup.example.com app -- backup --host uptime-kuma.example.com create backup finished $ abra app run backup.example.com app -- backup --host uptime-kuma.example.com snapshots No Snapshots found for app uptime-kuma.example.com ``` for the app container `backupbot.backup=true` was missing, but for the db container it was present. Nevertheless, I would expect that that a backup job fails which could not create a backup. @moritz any ideas?
Author
Owner

my bad, made a mistake. will open another issue

my bad, made a mistake. will open another issue
Sign in to join this conversation.
No description provided.