Hello,
We would like to use automated CLI commands to 1) select backups matching certain criteria (which should be possible using a combination of akeeba:backup:list parameters and some further filtering)
and the real goal is 2) to run a health check i.e. ensure we can verify the integrity of the backup file, and check if its contents can actually be read & properly processed.
The possible options would be either by main file path or by id.
IIUC, akeeba:backup:check is only looking at status.
Feel free to suggest standalone tools like kickstart or similar if there are better solutions.
If it could be avoided, we'd rather not have to extract the archive contents to the filesystem (because of concerns like free space and quota). Not sure about how to handle remote backup fetching as we do not use this feature.