File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/backup-dedicated-server-s3-duplicity Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments