mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
40 lines
913 B
Text
40 lines
913 B
Text
NAME
|
|
gcloud firestore backups schedules - manage the backup schedules for a
|
|
Cloud Firestore Database
|
|
|
|
SYNOPSIS
|
|
gcloud firestore backups schedules COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage the backup schedules for a Cloud Firestore Database.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Creates a Cloud Firestore backup schedule.
|
|
|
|
delete
|
|
Deletes a Cloud Firestore backup schedule.
|
|
|
|
describe
|
|
Describes a Cloud Firestore backup schedule.
|
|
|
|
list
|
|
Lists backup schedules under a Cloud Firestore database.
|
|
|
|
update
|
|
Updates a Cloud Firestore backup schedule.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha firestore backups schedules
|
|
|
|
$ gcloud beta firestore backups schedules
|
|
|