File: //snap/google-cloud-cli/394/help/man/man1/gcloud_filestore_backups.1
.TH "GCLOUD_FILESTORE_BACKUPS" 1
.SH "NAME"
.HP
gcloud filestore backups \- create and manage Filestore backups
.SH "SYNOPSIS"
.HP
\f5gcloud filestore backups\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To create a backup with the name 'my\-backup', run:
.RS 2m
$ gcloud filestore backups create my\-backup \-\-region=Region
.RE
To delete a backup with the name 'my\-backup', run:
.RS 2m
$ gcloud filestore backups delete my\-backup \-\-region=Region
.RE
To display the details for an backup with the name 'my\-backup', run:
.RS 2m
$ gcloud filestore backups describe my\-backup \-\-region=Region
.RE
To list all the backups, run:
.RS 2m
$ gcloud filestore backups list [\-\-region=Region]
.RE
To set the label 'env' to 'prod' for an backup with the name 'my\-backup', run:
.RS 2m
$ gcloud filestore backups my\-backup \-\-update\-labels=env=prod
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBcreate\fR
Create a Filestore backup.
.TP 2m
\fBdelete\fR
Delete a Filestore backup.
.TP 2m
\fBdescribe\fR
Describe a Filestore backup.
.TP 2m
\fBlist\fR
List Filestore backups.
.TP 2m
\fBupdate\fR
Update a Filestore backup.
.RE
.sp
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha filestore backups
.RE
.RS 2m
$ gcloud beta filestore backups
.RE