Listing volume backups
List all the volume backups that you've created to keep a track of when they are done.
Usage
$ skpr volume backup list stg
─────────── ─────────────────── ─────────── ─────────────────────── ─────────────────────── ────────── ────────────────────
BACKUP ID NAME PHASE START TIME COMPLETION TIME DURATION VOLUME
─────────── ─────────────────── ─────────── ─────────────────────── ─────────────────────── ────────── ────────────────────
stg-26d7j stg-26d7j-public Completed 20 Apr 24 07:49 +0000 20 Apr 24 07:49 +0000 3s drupal-stg-public
stg-8slgf stg-8slgf-private Completed 20 Apr 24 07:11 +0000 20 Apr 24 07:11 +0000 13s drupal-stg-private
─────────── ─────────────────── ─────────── ─────────────────────── ─────────────────────── ────────── ────────────────────
These volume backups can also be seen using the general backups command although with limited information.
$ skpr backup list stg
─────────── ─────────── ─────────────────────────────── ────────── ─────────── ─────────
NAME PHASE START TIME DURATION DATABASES VOLUMES
─────────── ─────────── ─────────────────────────────── ────────── ─────────── ─────────
stg-26d7j Completed 2024-04-20 07:49:29 +0000 UTC 3s n/a public
stg-8slgf Completed 2024-04-20 07:11:08 +0000 UTC 13s n/a private
─────────── ─────────── ─────────────────────────────── ────────── ─────────── ─────────
```
## More information
```bash
$ skpr volume backup list --help
usage: skpr volume backup list [<flags>] <environment>
List all volume backups which have been created.
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--json Show output as JSON.
Args:
<environment> Environment to list backups
What's next?
After listing a volume backup, consider one of the following: