gcloud alpha filestore backups - create and manage Filestore backups
gcloud alpha filestore backups COMMAND [GCLOUD_WIDE_FLAG ...]
To create a backup with the name 'my-backup', run:
$ gcloud alpha filestore backups create my-backup --region=Region
To delete a backup with the name 'my-backup', run:
$ gcloud alpha filestore backups delete my-backup --region=Region
To display the details for an backup with the name 'my-backup', run:
$ gcloud alpha filestore backups describe my-backup --region=Region
To list all the backups, run:
$ gcloud alpha filestore backups list [--region=Region]
To set the label 'env' to 'prod' for an backup with the name 'my-backup', run:
$ gcloud alpha filestore backups my-backup --update-labels=env=prod
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- create
(ALPHA) Create a Filestore backup.
- delete
(ALPHA) Delete a Filestore backup.
- describe
(ALPHA) Describe a Filestore backup.
- list
(ALPHA) List Filestore backups.
- update
(ALPHA) Update a Filestore backup.
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. These variants are also available:
$ gcloud filestore backups
$ gcloud beta filestore backups