mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha alloydb backups - provide commands for managing AlloyDB
|
||
|
|
backups
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha alloydb backups COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Provide commands for managing AlloyDB backups including creating,
|
||
|
|
deleting, and listing backups.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(ALPHA) Creates a new AlloyDB backup within a given project.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Deletes an AlloyDB backup within a given project.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Creates a new AlloyDB backup within a given project and
|
||
|
|
location.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) Lists AlloyDB backups in a given project.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist. This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta alloydb backups
|
||
|
|
|