mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
864 B
Text
40 lines
864 B
Text
NAME
|
|
gcloud firestore backups - the set of commands to manage backups for Cloud
|
|
Firestore
|
|
|
|
SYNOPSIS
|
|
gcloud firestore backups GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The set of commands to manage backups for Cloud Firestore.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
schedules
|
|
Manage the backup schedules for a Cloud Firestore Database.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Deletes a Cloud Firestore backup.
|
|
|
|
describe
|
|
Retrieves information about a Cloud Firestore backup.
|
|
|
|
list
|
|
List backups available to Cloud Firestore.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha firestore backups
|
|
|
|
$ gcloud beta firestore backups
|
|
|