mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
47 lines
1.1 KiB
Text
47 lines
1.1 KiB
Text
NAME
|
|
gcloud alpha container backup-restore backups - backup for GKE Backups
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container backup-restore backups COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Backup for GKE 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 backup.
|
|
|
|
delete
|
|
(ALPHA) Delete a backup.
|
|
|
|
describe
|
|
(ALPHA) Describe a backup.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM policy for a backup.
|
|
|
|
list
|
|
(ALPHA) List backups.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for a backup.
|
|
|
|
update
|
|
(ALPHA) Update a backup.
|
|
|
|
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 container backup-restore backups
|
|
|