Skip to content

Commit a675365

Browse files
fix(tutorials/backup-duplicity): Typo (#4997)
1 parent 61d90fe commit a675365

File tree

1 file changed

+3
-3
lines changed
  • tutorials/backup-dedicated-server-s3-duplicity

1 file changed

+3
-3
lines changed

tutorials/backup-dedicated-server-s3-duplicity/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ As everything is installed and ready, we will now configure and script our inter
169169
export SCW_ENDPOINT_URL="https://s3.${SCW_REGION}.scw.cloud"
170170
export SCW_BUCKET="s3://<YOUR BUCKET NAME>"
171171
# GPG Key information
172-
export GPG_FINGERPRINT="<YOUR GPG KEY PASSPHRASE>"
173-
export PASSPHRASE="<YOUR GPG KEY FINGERPRINT>"
172+
export GPG_FINGERPRINT="<YOUR GPG KEY FINGERPRINT>"
173+
export PASSPHRASE="<YOUR GPG KEY PASSPHRASE>"
174174

175175
# Folder to backup
176176
export SOURCE="/path/to/backup"
@@ -286,4 +286,4 @@ To continue your implementation, you may want to consider the following:
286286
287287
- [Duply](https://duply.net/), giving you a front-end view of the backups.
288288
- Backing up more than one folder using `“SOURCE=/”` and the `--include=` and `--exclude=` options of duplicity.
289-
- Adapt the backup policy with more frequent backups, that are conserved.
289+
- Adapt the backup policy with more frequent backups, that are conserved.

0 commit comments

Comments
 (0)