diff --git a/tutorials/backup-dedicated-server-s3-duplicity/index.mdx b/tutorials/backup-dedicated-server-s3-duplicity/index.mdx index e9e98922e2..00dd7a5d02 100644 --- a/tutorials/backup-dedicated-server-s3-duplicity/index.mdx +++ b/tutorials/backup-dedicated-server-s3-duplicity/index.mdx @@ -169,8 +169,8 @@ As everything is installed and ready, we will now configure and script our inter export SCW_ENDPOINT_URL="https://s3.${SCW_REGION}.scw.cloud" export SCW_BUCKET="s3://" # GPG Key information - export GPG_FINGERPRINT="" - export PASSPHRASE="" + export GPG_FINGERPRINT="" + export PASSPHRASE="" # Folder to backup export SOURCE="/path/to/backup" @@ -286,4 +286,4 @@ To continue your implementation, you may want to consider the following: - [Duply](https://duply.net/), giving you a front-end view of the backups. - Backing up more than one folder using `“SOURCE=/”` and the `--include=` and `--exclude=` options of duplicity. -- Adapt the backup policy with more frequent backups, that are conserved. \ No newline at end of file +- Adapt the backup policy with more frequent backups, that are conserved.