mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix export for restic repo in code block example
parent
78edc51ebc
commit
b731845d53
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue