mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql backups restore ID --restore-instance=RESTORE_INSTANCE [--async]
|
||||
[--backup-instance=BACKUP_INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--backup-instance=BACKUP_INSTANCE] [--backup-project=BACKUP_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Restores a backup of a Cloud SQL instance.
|
||||
|
|
@ -27,6 +28,10 @@ OPTIONAL FLAGS
|
|||
restore instance. If it is not specified, the backup instance is
|
||||
considered the same as the restore instance.
|
||||
|
||||
--backup-project=BACKUP_PROJECT
|
||||
The project of the instance to which the backup belongs. If it isn't
|
||||
specified, backup and restore instances are in the same project.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue