Skip to content

Commit 33b5224

Browse files
Update tutorials/backup-dedicated-server-s3-duplicity/index.mdx
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent da78c58 commit 33b5224

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ As everything is installed and ready, we will now configure and script our inter
159159
mkdir -p /var/log/duplicity
160160
touch /var/log/duplicity/logfile{.log,-recent.log}
161161
```
162-
2. Create a config file `~/.scw-backup.env`. Make sure you replace the necessary values with the details of your Scaleway API key, Object Storage bucket, and GPG key. You also need to enter a path to the desired backup folder:
162+
2. Create a config file `~/.scw-backup.env`. Make sure you replace the necessary values with the details of your Scaleway API key, Object Storage bucket, and GPG key. You also need to enter a path to the folder you want to back up:
163163
```bash
164164
# Scaleway credentials keys
165165
export AWS_ACCESS_KEY_ID="<SCALEWAY ACCESS KEY>"

0 commit comments

Comments
 (0)