mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
294 B
Markdown
10 lines
294 B
Markdown
![]() |
# gcloud sql backups describe
|
||
|
|
||
|
> Retrieve information about a backup.
|
||
|
> See also: `gcloud`.
|
||
|
> More information: <https://cloud.google.com/sdk/gcloud/reference/sql/backups/describe>.
|
||
|
|
||
|
- Retrieve information about a backup:
|
||
|
|
||
|
`gcloud sql backups describe {{backup_id}} --instance={{instance_id}}`
|