1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00
gcloud-help/gcloud/beta/alloydb/backups/create
2022-05-18 08:41:01 +00:00

48 lines
1.3 KiB
Text

NAME
gcloud beta alloydb backups create - creates a new AlloyDB backup within a
given project
SYNOPSIS
gcloud beta alloydb backups create BACKUP --cluster=CLUSTER --region=REGION
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Creates a new AlloyDB backup within a given project.
EXAMPLES
To create a new backup, run:
$ gcloud beta alloydb backups create my-backup \
--cluster=my-cluster --region=us-central1
POSITIONAL ARGUMENTS
BACKUP
AlloyDB backup ID
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.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha alloydb backups create