Support --host/-h <domain> for backup ls? #64

Closed
opened 2024-10-29 10:49:32 +00:00 by decentral1se · 1 comment
Owner

For example:

backup -h gitea_test_foo_org ls

I'm running this now and it doesn't seem to be filtering the resulting paths. I see paths from all apps in the output. From the code, it seems maybe the flag is not supported?

Otherwise, it's not possible to list only paths of an app. You can use INCLUDE_PATH=... but then you need to match the exact paths which abra would need to read from the config. That seems not ideal and may not match what is actually in the snapshot.

For example: ``` backup -h gitea_test_foo_org ls ``` I'm running this now and it doesn't seem to be filtering the resulting paths. I see paths from all apps in the output. From the code, it seems maybe the flag is not supported? Otherwise, it's not possible to list only paths of an app. You can use `INCLUDE_PATH=...` but then you need to match the exact paths which `abra` would need to read from the config. That seems not ideal and may not match what is actually in the snapshot.
Author
Owner

Ah, it's supported, sorry for the noise! Was missing the paths in the snapshot.

Ah, it's supported, sorry for the noise! Was missing the paths in the snapshot.
Sign in to join this conversation.
No description provided.