mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
55 lines
1.2 KiB
Text
55 lines
1.2 KiB
Text
NAME
|
|
gcloud bigtable backups - manage Cloud Bigtable backups
|
|
|
|
SYNOPSIS
|
|
gcloud bigtable backups COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Bigtable backups.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add an IAM policy binding to a Cloud Bigtable Backup.
|
|
|
|
copy
|
|
Copy a Cloud Bigtable backup to a new backup.
|
|
|
|
create
|
|
Creates a backup of a Cloud Bigtable table.
|
|
|
|
delete
|
|
Delete an existing backup.
|
|
|
|
describe
|
|
Retrieves information about a backup.
|
|
|
|
get-iam-policy
|
|
Get an IAM policy on a Cloud Bigtable Backup.
|
|
|
|
list
|
|
List existing Bigtable backups.
|
|
|
|
remove-iam-policy-binding
|
|
Remove an IAM policy binding from a Cloud Bigtable Backup.
|
|
|
|
set-iam-policy
|
|
Set an IAM policy on a Cloud Bigtable Backup.
|
|
|
|
update
|
|
Update a backup, only supported for the following fields:
|
|
--expiration-date and --retention-period.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha bigtable backups
|
|
|
|
$ gcloud beta bigtable backups
|
|
|