convoy
convoy copied to clipboard
Snapshot / Backup maintenance
It would be nice to:
- have the ability to delete multiple backups / snapshots at once
- qualify those multiple backups / snapshots by criteria like age, or tag or field
Currently I'm working on a python script that does a system call to convoy and parses the json output to get the various fields and then work based on that. But it would be great if I could either use the convoy cli directly or have a rest api to make calls to.
I understand thats a large scope so I can break this out into multiple requests if desired; however, I figured that some of this is (API) is probably on the roadmap or even exists already in some form.
We're think about adding multiple deletions for volume/snapshot/backup in the near future, make it easier for user to use cli.
The filter of listing is on the roadmap.
I would open two issues to track them.
Opened #29 and #30 .