From 30d0de9bd46a6df5e174fe8b32ad12d1f31cb790 Mon Sep 17 00:00:00 2001 From: Karsten Kraus Date: Tue, 12 Dec 2023 16:33:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd6048e..c8e1e1d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ the [integrated raft storage backend](https://developer.hashicorp.com/vault/docs store the snapshots locally or upload them to a remote storage backend like AWS S3 as backup in case of system failure or user errors. This agent basically automates [vault's standard backup procedure](https://developer.hashicorp.com/vault/tutorials/standard-procedures/sop-backup#manual-backup-procedures) for a single vault cluster or clusters with disaster recovery. -# Restoring a backup +## Restoring a backup In case of failure just follow the [standard restore procedure](https://developer.hashicorp.com/vault/tutorials/standard-procedures/sop-restore#procedures) for your cluster's type using the last snapshot created by the agent from your backup storage. ## Running