bhatti volume backup-list
List backups for a volume.
Synopsis
Section titled “Synopsis”bhatti volume backup-list <volume-name>
Description
Section titled “Description”Lists backups recorded server-side for the given volume. The backups themselves live in S3; this command shows the metadata (ID, size, creation time) so you can pick one to restore.
If there are no backups, prints no backups.
Examples
Section titled “Examples”bhatti volume backup-list workspaceID SIZE CREATEDbk_a1b2c3d4 4998 MB 2026-04-30T03:00:14Zbk_e5f6g7h8 5021 MB 2026-04-29T03:00:11Zbk_i9j0k1l2 4892 MB 2026-04-28T03:00:09Z# Latest backup IDbhatti volume backup-list workspace --json | jq -r 'sort_by(.created_at) | last | .id'Options
Section titled “Options”This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.