diff --git a/docs/howto/filesystem-backups/enable-backups.md b/docs/howto/filesystem-backups/enable-backups.md index 1d898a0e5..34b032340 100644 --- a/docs/howto/filesystem-backups/enable-backups.md +++ b/docs/howto/filesystem-backups/enable-backups.md @@ -63,3 +63,18 @@ export CLUSTER_NAME= This will have successfully enabled automatic backups of GCP Filestores for this cluster. + +### Verify successful backups on GCP + +We manually verify that backups are being successfully created and cleaned up on a regular schedule. + +To verify that a backup has been recently created, and that no backups older than the retention period exist, we can use the following deployer command: + +```bash +deployer verify-backups gcp +``` + +where: +- `` is the name of the GCP project the Filestore is located in +- `` is the GCP region the Filestore is located in, e.g., `us-central1` +- `` is the name of the Filestore instance