Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/backup-dedicated-server-s3-duplicity/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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://<YOUR BUCKET NAME>"
# GPG Key information
export GPG_FINGERPRINT="<YOUR GPG KEY PASSPHRASE>"
export PASSPHRASE="<YOUR GPG KEY FINGERPRINT>"
export GPG_FINGERPRINT="<YOUR GPG KEY FINGERPRINT>"
export PASSPHRASE="<YOUR GPG KEY PASSPHRASE>"

# Folder to backup
export SOURCE="/path/to/backup"
Expand Down Expand Up @@ -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.
- Adapt the backup policy with more frequent backups, that are conserved.