mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 18:49:36 +00:00
Update cheatsheets
This commit is contained in:
14
gcloud-sql-backups-describe
Normal file
14
gcloud-sql-backups-describe
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user