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