Skip to content

Commit 4682f16

Browse files
bene2k1RoRoJSamyOubouaziz
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: SamyOubouaziz <[email protected]>
1 parent d5b8b32 commit 4682f16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/instances/reference-content/moving-instances-between-az-and-projects.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ Snapshots must be exported to a Scaleway Object Storage bucket in the same regio
4949
- Enter a file name for the QCOW2 export (ensure it ends with `.qcow` or `.qcow2`) and select an Object Storage bucket in the same region.
5050
- Click **Copy snapshot to bucket**. Wait for the export to complete (status turns green).
5151

52-
#### Exporting Block Storage snapshots via CLI
52+
#### Exporting Block Storage snapshots via the CLI
5353
- For recent snapshots, managed by the Block Storage API, use the following command to export the snapshot to an Object Storage bucket in the same AZ as the snapshot.
5454
```bash
5555
scw block snapshot export-to-object-storage zone=<zone-to-target> snapshot-id=<snapshot-id> bucket=<bucket-name> key=<qcow2-file-name>.qcow2
5656
```
57-
Replace `<snapshot-id>` with the snapshot ID, `<bucket-name>` with your Object Storage bucket name, and `<qcow2-file-name>` with the desired file name.
57+
Replace `<zone-to-target>` with the desired AZ, `<snapshot-id>` with the snapshot ID, `<bucket-name>` with your Object Storage bucket name, and `<qcow2-file-name>` with the desired file name.
5858

5959

6060
- For legacy Block Storage volumes or Local Storage volumes, managed by the Instances API, usee the following command:
6161
```bash
6262
scw instance snapshot export-to-object-storage zone=<zone-to-target> snapshot-id=<snapshot-id> bucket=<bucket-name> key=<qcow2-file-name>.qcow2
6363
```
64-
Replace `<snapshot-id>` with the snapshot ID, `<bucket-name>` with your Object Storage bucket name, and `<qcow2-file-name>` with the desired file name.
64+
Replace `<zone-to-target>` with the desired AZ, `<snapshot-id>` with the snapshot ID, `<bucket-name>` with your Object Storage bucket name, and `<qcow2-file-name>` with the desired file name.
6565

6666

6767
### Importing the Snapshot into the destination AZ
@@ -70,9 +70,9 @@ Import your QCOW2 object as a Local Storage or Block Storage snapshot. You can t
7070

7171
#### Importing snapshots via the console
7272

73-
1. Navigate to **Object Storage** and select the Region you have exported your snaphot to.
74-
2. Click the name of the bucket containing your snapshot to display it's content.
75-
3. Click <Icon name="more" /> next to the name of snapshot to view the object menu.
73+
1. Navigate to **Object Storage** and select the region you have exported your snapshot to.
74+
2. Click the name of the bucket containing your snapshot to display its content.
75+
3. Click <Icon name="more" /> next to the name of the snapshot to view the object menu.
7676
4. Click **Import as snapshot**. A pop-up displays.
7777
5. Enter a name for the snapshot or keep the suggested name, choose the destination AZ for the snapshot to be imported into and select the snapshot type.
7878
- Imported snapshots can be either Local Storage or Block Storage.

0 commit comments

Comments
 (0)