Add --secrets
flag to restore
command
#58
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?
Follow #42
I'm not sure if this could work form inside the backupbot. Backupbot can access the docker api but it doesn't know the secret version to use. Further the container must not run. But a command like
abra app restore --secrets <appname>
would be very nice. Maybe it could be accomplished usingbackup download -h <appname> --secrets
@moritz I'm kinda following on this but I'm not exactly sure how to make a start on it. Could you provide some more details? What would those
restore
/backup
commands do exactly?