From 3aca63a0dc2d5eef313af1eae8222e051cd4e6fc Mon Sep 17 00:00:00 2001 From: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Date: Tue, 20 May 2025 13:19:19 +0200 Subject: [PATCH] fix(tutorials/backup-duplicity): Typo --- tutorials/backup-dedicated-server-s3-duplicity/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.