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: developer-tools/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ categories:
13
13
- devtools
14
14
---
15
15
16
-
Below is a list of keyboard shortcuts to help you easily use and navigate the Scaleway console CLI:
16
+
Below is a list of keyboard shortcuts to help you easily use and navigate the Command Line Interface integrated in the Scaleway console.
17
+
18
+
<Messagetype="note">
19
+
These shortcuts only apply to the CLI integrated in the [Scaleway console](https://console.scaleway.com). Other CLI tools may have different shortcuts.
Copy file name to clipboardExpand all lines: tutorials/dhclient-dedibox/index.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,16 @@ content:
7
7
paragraph: This page explains how to configure dhclient as the DHCPv6 client.
8
8
tags: dhcpv6 duid autostart dhcp dhclient
9
9
dates:
10
-
validation: 2024-05-20
10
+
validation: 2024-12-05
11
11
posted: 2021-08-03
12
12
categories:
13
13
- dedibox
14
14
---
15
15
16
16
<Messagetype="important">
17
17
It is now recommended to use the systemd-networkd DHCP client as the one provided by the internet Systems Consortium, [dhclient](https://github.com/isc-projects/dhcp), has reached its End of Life (EOL) on 5th October 2022.
18
+
19
+
To install DHCPCD on a Dedibox dedicated server, refer to the [dedicated documentation](/tutorials/dhcpcd-dedibox/).
Copy file name to clipboardExpand all lines: tutorials/veeam-backup-replication-s3/index.mdx
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ categories:
9
9
- object-storage
10
10
tags: vSphere Object-Storage Veeam-Backup Veeam
11
11
dates:
12
-
validation: 2024-05-20
12
+
validation: 2024-12-05
13
13
---
14
14
15
15
## Veeam Overview
@@ -42,21 +42,19 @@ The following schema represents the functionality of Veeam Backup and Restore wh
42
42
By default, Veeam manages data in small objects of 1 MB/object. For optimal performance and storage of your backups, the configuration of **Local Target (Large Blocks)** in the storage options of Veeam is recommended. This setting allows you to store your backups in objects of 4MB/object:
We are currently working on a new backend (available in private beta), which will remove this limitation.
47
45
</Message>
48
46
49
47
## Configuring Veeam backup & replication
50
48
51
49
<Messagetype="important">
52
-
A Veeam **Enterprise** or **Enterprise Plus** license is required to configure the Scale out Repository feature which is required for Object Storage. Contact your Veeam Account Manager in case you need a license upgrade. [More information on Veeam Backup & Replication licensing.](https://www.veeam.com/products-edition-comparison.html)
50
+
You must have a Veeam **Enterprise** or **Enterprise Plus** license to configure the Scale out Repository feature, which is required for Object Storage. Contact your Veeam Account Manager in case you need a license upgrade. More information on [Veeam Backup & Replication licensing](https://www.veeam.com/products-edition-comparison.html).
53
51
</Message>
54
52
55
53
### Configuring an Object Storage repository
56
54
57
-
1. Once the Veeam Application is installed on your intermediate backup machine, start the Veeam Console by double-clicking on the corresponding icon:
55
+
1. Once the Veeam Application is installed on your intermediate Instance, start the Veeam Console by double-clicking on the corresponding icon:
58
56
<Lightboxsrc="scaleway-veeam-01.webp"alt="" />
59
-
2. Enter the appropriate credits (normally these values are pre-filled) and click **Connect**:
57
+
2. Enter the appropriate credentials, and click **Connect**:
60
58
<Lightboxsrc="scaleway-veeam-02.webp"alt="" />
61
59
3. Once logged into the Veeam console, click **Backup Infrastructure**:
@@ -72,17 +70,18 @@ The following schema represents the functionality of Veeam Backup and Restore wh
72
70
<Lightboxsrc="scaleway-veeam-07.webp"alt="" />
73
71
9. Click **Add** (1) to enter the [API key](/identity-and-access-management/iam/how-to/create-api-keys/) (2) related to the bucket. Optionally a description can be provided:
74
72
<Lightboxsrc="scaleway-veeam-08.webp"alt="" />
75
-
10. Provide the **Service Point** and the **Region** of your bucket, before clicking on**Next**:
73
+
10. Provide the **Service Point**([regional endpoint](/storage/objects/concepts/#endpoint)), and the **Region** of your bucket, then click**Next**:
76
74
<Lightboxsrc="scaleway-veeam-09.webp"alt="" />
77
75
78
76
<Messagetype="note">
79
77
For a bucket located in the Amsterdam region, the service point is `s3.nl-ams.scw.cloud` and the region is `nl-ams`.
80
78
</Message>
81
-
11. Veeam will connect to the Object Storage infrastructure and download the list of buckets. Choose the bucket to be used with Veeam from the drop-down list, click **Browse**, and create and select the folder for storing backups. Then click **Next**:
79
+
11. Veeam will connect to the Object Storage infrastructure and download the list of buckets. Choose the bucket to be used with Veeam from the drop-down list.
82
80
<Lightboxsrc="scaleway-veeam-10.webp"alt="" />
83
81
82
+
12. Click **Browse**, create and select the folder for storing backups, then click **Next**:
84
83
<Lightboxsrc="scaleway-veeam-11.webp"alt="" />
85
-
12. Verify all settings in the summary before clicking on **Finish**:
84
+
13. Verify all settings in the summary before clicking on **Finish**:
86
85
<Lightboxsrc="scaleway-veeam-12.webp"alt="" />
87
86
88
87
### Configuring a local backup repository
@@ -93,9 +92,9 @@ The following schema represents the functionality of Veeam Backup and Restore wh
93
92
<Lightboxsrc="scaleway-veeam-13.webp"alt="" />
94
93
3. Click **Microsoft Windows**:
95
94
<Lightboxsrc="scaleway-veeam-14.webp"alt="" />
96
-
4. Enter a **Name** and an optional **Description** for the repository before clicking on**Next**:
95
+
4. Enter a **Name** and an optional **Description** for the repository, then click**Next**:
97
96
<Lightboxsrc="scaleway-veeam-15.webp"alt="" />
98
-
5. The local machine is pre-configured in this step. Click**Next**:
97
+
5. The local machine is pre-configured in this step, then click**Next**:
99
98
<Lightboxsrc="scaleway-veeam-16.webp"alt="" />
100
99
6. Click **Browse** to select a folder for local backups, then click **Next**:
101
100
<Lightboxsrc="scaleway-veeam-17.webp"alt="" />
@@ -118,7 +117,7 @@ The following schema represents the functionality of Veeam Backup and Restore wh
118
117
<Lightboxsrc="scaleway-veeam-24.webp"alt="" />
119
118
5. Click **Extend Scale-out capacity with Object Storage** and choose your Object Storage repository from the drop-down list. It is also possible to define a time frame in which backups are uploaded to Object Storage and after how many days backups are transferred automatically. If required data can also be encrypted by activating the option. Once the Object Storage settings are configured, click **Apply**:
120
119
<Lightboxsrc="scaleway-veeam-25.webp"alt="" />
121
-
6. Once the scale-out bucket is configured, exit the wizard by clicking on **Finish**.
120
+
6. Once the scale-out bucket is configured, exit the wizard by clicking **Finish**.
122
121
<Lightboxsrc="scaleway-veeam-26.webp"alt="" />
123
122
124
123
### Adding a vSphere hypervisor in Veeam
@@ -139,17 +138,17 @@ The following schema represents the functionality of Veeam Backup and Restore wh
139
138
140
139
### Configuring a backup job
141
140
142
-
1. On the Homepage of the Veeam console, click **New Backup**, then on **Virtual Machine** in the drop-down menu:
141
+
1. On the Homepage of the Veeam console, click **New Backup**, then **Virtual Machine** in the drop-down menu:
143
142
<Lightboxsrc="scaleway-veeam-33.webp"alt="" />
144
143
145
144
<Lightboxsrc="scaleway-veeam-34.webp"alt="" />
146
-
2. Enter a **Name** and an optional **Description** for the backup job. Then click **Next**:
145
+
2. Enter a **Name** and an optional **Description** for the backup job, then click **Next**:
147
146
<Lightboxsrc="scaleway-veeam-35.webp"alt="" />
148
147
3. Click **Add** (1) and choose the virtual machines or hypervisors (2) to be backed up. Once finished, click **Next**:
149
148
<Lightboxsrc="scaleway-veeam-36.webp"alt="" />
150
149
4. Choose the previously configured Scale-out repository from the drop-down menu and choose the restore points to keep on disk for the backup. Click **Next** once this is done:
151
150
<Lightboxsrc="scaleway-veeam-37.webp"alt="" />
152
-
5. Configure guest OS processing options for virtual machines. The default settings should be fine. Validate it by clicking on**Next**:
151
+
5. Configure guest OS processing options for virtual machines (the default settings are usually sufficient), then click**Next**:
153
152
<Lightboxsrc="scaleway-veeam-38.webp"alt="" />
154
153
6. Configure a schedule to execute the backup job automatically. If no schedule is configured, the job must be started manually for each backup. Once the schedule is set, click **Next**:
0 commit comments