add warning / error to "abra app backup" if no backups are defined #362

Closed
opened 2022-11-30 16:20:37 +00:00 by 3wordchant · 2 comments
Owner

Currently:

$ abra app backup foo_bar
$

Desired:

$ abra app backup foo_bar
WARNING: No backups defined for "outline", nothing saved
$ 
Currently: ``` $ abra app backup foo_bar $ ``` Desired: ``` $ abra app backup foo_bar WARNING: No backups defined for "outline", nothing saved $ ```
3wordchant added the
enhancement
abra
labels 2022-11-30 16:20:37 +00:00
Author
Owner

Interestingly this works fine if you specify a service to back up:

➜ abra app backup foo.bar.com db
FATA[0000] no backup config for db? does db exist?
Interestingly this works fine if you specify a service to back up: ``` ➜ abra app backup foo.bar.com db FATA[0000] no backup config for db? does db exist? ```
Owner

Aha, it was reported 😄 coop-cloud/abra#260 should close this!

Aha, it was reported 😄 https://git.coopcloud.tech/coop-cloud/abra/pulls/260 should close this!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#362
No description provided.