From b731845d53b58d966afe010cf02105657d16c600 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Tue, 21 Nov 2023 11:53:56 +0100 Subject: [PATCH] fix export for restic repo in code block example --- Kubernetes-Backups-and-Recovery-with-K8up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubernetes-Backups-and-Recovery-with-K8up.md b/Kubernetes-Backups-and-Recovery-with-K8up.md index 002327c..d7eb115 100644 --- a/Kubernetes-Backups-and-Recovery-with-K8up.md +++ b/Kubernetes-Backups-and-Recovery-with-K8up.md @@ -361,7 +361,7 @@ PR ref: https://github.com/seaweedfs/seaweedfs/pull/5034 # Your S3 credentials export AWS_ACCESS_KEY_ID="" export AWS_SECRET_ACCESS_KEY="" - RESTIC_REPOSITORY="s3://$BACKUP_S3_URL/$BACKUP_S3_BUCKET + export RESTIC_REPOSITORY="s3://$BACKUP_S3_URL/$BACKUP_S3_BUCKET" ``` 4. Find your desired snapshot to restore