gcloud beta filestore backups describe - describe a Filestore backup
gcloud beta filestore backups describe BACKUP --region=REGION [GCLOUD_WIDE_FLAG ...]
(BETA) Displays all data associated with a Filestore backup given a valid backup name.
This command can fail for the following reasons:
The backup specified does not exist.
The active account does not have permission to access the given backup.
To display all data associated with a backup of the name 'my-backup' in the region us-central1:
$ gcloud beta filestore backups describe my-backup \ --region=us-central1
- BACKUP
Arguments and flags that specify the Filestore backup you want to create.
- --region=REGION
Region (e.g. us-central1) for the backup.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command uses the file/v1beta1 API. The full documentation for this API can be found at: https://cloud.google.com/filestore/
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud filestore backups describe
$ gcloud alpha filestore backups describe