Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download latest Backup #445

Open
LukasFritzeDev opened this issue Apr 30, 2024 · 0 comments
Open

Download latest Backup #445

LukasFritzeDev opened this issue Apr 30, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@LukasFritzeDev
Copy link
Contributor

To download the latest backup, I have to do two steps:

# get the latest backup id
mw backup list -o json | jq '.[0].id'
# download the backup
mw backup download <BACKUP-ID>

It would be awesome to have a “well known” ID latest which can be used to do this automatically:

mw backup download latest

Or this could be a flag, if given the BACKUP-ID would be optional:

mw backup download --latest
@LukasFritzeDev LukasFritzeDev added enhancement New feature or request good first issue Good for newcomers labels Apr 30, 2024
@martin-helmich martin-helmich removed the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants