1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 06:55:27 +02:00

gcloud-sql-backups-describe: add page (#11722)

* gcloud-sql-backups-describe: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Gilad Alboher 2023-12-14 06:36:45 +02:00 committed by GitHub
parent 6bdc5fed4e
commit 8fbe219b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
# 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}}`