@@ -25,16 +25,16 @@ We use **Duplicity** to encrypt the backup and upload it to Object Storage. Then
2525- [ Owner] ( /iam/concepts/#owner ) status or appropriate [ IAM permissions] ( /iam/concepts/#permission )
2626- An [ SSH key] ( /organizations-and-projects/how-to/create-ssh-key/ )
2727- A Dedibox server
28- - A [ created ] ( /elastic-metal/how-to/create-server/ ) and [ installed] ( /elastic-metal/how-to/install-server/ ) Elastic Metal server
28+ - [ Created ] ( /elastic-metal/how-to/create-server/ ) and [ installed] ( /elastic-metal/how-to/install-server/ ) an Elastic Metal server
2929
30- ## Creating an Object Storage Bucket
30+ ## Creating an Object Storage bucket
3131
32321 . Log in to the Scaleway console.
33332 . Click ** Storage** on the side menu to view your buckets.
34343 . Click ** Create a Bucket** , enter a unique name (lowercase alphanumeric characters only), and validate.
35354 . Ensure the correct ** region** is selected (e.g., ` s3.fr-par.scw.cloud ` , ` s3.nl-ams.scw.cloud ` ).
3636
37- ## Installing Software Requirements on the Dedibox Server
37+ ## Installing software requirements on the Dedibox Server
3838
3939<Message type = " note" >
4040 To ensure entropy for generating a GPG key, install and run [ Haveged] ( https://github.com/jirka-h/haveged ) .
@@ -52,7 +52,7 @@ python3 -m pip install --upgrade pip
5252
5353Choose one of the following installation methods, depending on whether you want to install for all users or just the current user:
5454
55- #### Install for all users (Recommended )
55+ #### Install for all users (recommended )
5656``` sh
5757sudo pipx --global install duplicity
5858```
0 commit comments