mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -16,15 +16,16 @@ EXAMPLES
|
|||
which expires at '2019-03-30T10:49:41Z', run:
|
||||
|
||||
$ gcloud 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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue