1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -17,15 +17,16 @@ EXAMPLES
which expires at '2019-03-30T10:49:41Z', run:
$ gcloud beta bigtable backups create BACKUP_NAME \
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME
--table=TABLE_NAME --expiration-date=2019-03-30T10:49:41Z --async
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
--table=TABLE_NAME --expiration-date=2019-03-30T10:49:41Z \
--async
To create a backup 'BACKUP_NAME' syncronously from table 'TABLE_NAME' which
expires in 2 weeks from now, run:
$ gcloud beta bigtable backups create BACKUP_NAME \
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME
--table=TABLE_NAME --retention-period=2w
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
--table=TABLE_NAME --retention-period=2w
POSITIONAL ARGUMENTS
Backup resource - The Cloud Bigtable backup to create. The arguments in