You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/reference-content/moving-instances-between-az-and-projects.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,19 +49,19 @@ Snapshots must be exported to a Scaleway Object Storage bucket in the same regio
49
49
- 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.
50
50
- Click **Copy snapshot to bucket**. Wait for the export to complete (status turns green).
51
51
52
-
#### Exporting Block Storage snapshots via CLI
52
+
#### Exporting Block Storage snapshots via the CLI
53
53
- 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.
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.
58
58
59
59
60
60
- For legacy Block Storage volumes or Local Storage volumes, managed by the Instances API, usee the following command:
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.
65
65
66
66
67
67
### 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
70
70
71
71
#### Importing snapshots via the console
72
72
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 <Iconname="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 <Iconname="more" /> next to the name of the snapshot to view the object menu.
76
76
4. Click **Import as snapshot**. A pop-up displays.
77
77
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.
78
78
- Imported snapshots can be either Local Storage or Block Storage.
0 commit comments