mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -18,17 +18,27 @@ EXAMPLES
|
|||
$ gcloud alpha alloydb backups create my-backup \
|
||||
--cluster=my-cluster --region=us-central1
|
||||
|
||||
To create a new cross-region backup, run:
|
||||
|
||||
$ gcloud alpha alloydb backups create \
|
||||
projects/my-project/locations/us-west1/backups/my-backup \
|
||||
--cluster=my-cluster --region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
BACKUP
|
||||
AlloyDB backup ID
|
||||
The AlloyDB backup to create. This must either be the backup ID
|
||||
(myBackup) or the full backup path
|
||||
(projects/myProject/locations/us-central1/backups/myBackup). In the
|
||||
first case, the project and location are assumed to be the same as the
|
||||
cluster being backed up. The second form can be used to create
|
||||
cross-region and cross-project backups.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cluster=CLUSTER
|
||||
AlloyDB cluster ID
|
||||
|
||||
--region=REGION
|
||||
The region of the cluster to backup. Note: both the cluster and the
|
||||
backup have to be in the same region.
|
||||
The region of the cluster to backup.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue