Skip to content

Commit a988665

Browse files
bene2k1RoRoJ
andauthored
docs(tutorials): content review 2025-06-09 (#5087)
* docs(tutorials): content review 2025-06-09 * Update tutorials/encode-videos-using-serverless-jobs/index.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --------- Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
1 parent 70ca0ed commit a988665

File tree

8 files changed

+20
-19
lines changed

8 files changed

+20
-19
lines changed

tutorials/abort-multipart-upload-minio/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ content:
66
h1: Aborting Incomplete Multipart Uploads with MinIO Client
77
paragraph: This page explains how to abort an incomplete multipart upload with the MinIO client.
88
tags: minio multipart-uploads
9-
categories:
9+
categories:
1010
- object-storage
1111
dates:
12-
validation: 2024-11-18
12+
validation: 2025-06-09
1313
hero: assets/scaleway_minio.webp
1414
---
1515

tutorials/backup-synology-nas-s3-hyper-backup/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
meta:
3-
title: Backing up your Synology NAS on Object Storage using Hyper Backup
3+
title: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
44
description: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
55
content:
6-
h1: Backing up your Synology NAS on Object Storage using Hyper Backup
6+
h1: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
77
paragraph: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
88
categories:
99
- object-storage
1010
tags: synology backup hyperbackup nas
1111
hero: assets/scaleway-hyper-backup.webp
1212
dates:
13-
validation: 2024-11-18
13+
validation: 2025-06-09
1414
posted: 2019-12-03
1515
---
1616

tutorials/create-openwrt-image-for-scaleway/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
tags: openwrt qcow2
1212
dates:
13-
validation: 2024-11-18
13+
validation: 2025-06-09
1414
posted: 2022-10-24
1515
---
1616

@@ -53,8 +53,8 @@ OpenWrt images are available [here](https://openwrt.org/downloads), we are going
5353
Download the image we are going to use in this tutorial:
5454

5555
```
56-
curl -sSLO https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz
57-
gunzip openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz
56+
curl -sSLO https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz
57+
gunzip openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz
5858
```
5959

6060
## Prepare the QCOW2 image
@@ -74,15 +74,15 @@ QCOW2 images are container images used in [QEMU](https://www.qemu.org/) as virtu
7474
2. Convert the image and resize the target disk size (minimum disk size at Scaleway = 1 GB):
7575

7676
```
77-
qemu-img convert -f raw -O qcow2 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2
78-
qemu-img resize openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 1G
77+
qemu-img convert -f raw -O qcow2 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2
78+
qemu-img resize openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 1G
7979
```
8080

8181
3. Mount the QCOW2 image as a device
8282

8383
```
8484
modprobe nbd
85-
qemu-nbd -c /dev/nbd0 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2
85+
qemu-nbd -c /dev/nbd0 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2
8686
```
8787

8888
<Message type="important">
@@ -133,7 +133,7 @@ For example:
133133
2. Download the package.
134134

135135
```
136-
curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk
136+
curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk
137137
```
138138

139139
3. Chroot in the image.
@@ -299,7 +299,7 @@ In this example, we use the [AWS CLI](/object-storage/api-cli/object-storage-aws
299299
1. Import the image into your bucket:
300300
301301
```
302-
aws s3 cp openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2
302+
aws s3 cp openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2
303303
```
304304
305305
2. Trigger the import of the image as a snapshot in one of the regions where the bucket is located, using [SCW CLI](https://github.com/scaleway/scaleway-cli):

tutorials/create-valheim-server/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
tags: gaming Valheim
99
hero: assets/scaleway_valheim.webp
1010
dates:
11-
validation: 2024-11-18
11+
validation: 2025-06-09
1212
categories:
1313
- instances
1414
---

tutorials/dhclient-dedibox/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to configure dhclient as the DHCPv6 client.
88
tags: dhcpv6 duid autostart dhcp dhclient
99
dates:
10-
validation: 2024-12-05
10+
validation: 2025-06-09
1111
posted: 2021-08-03
1212
categories:
1313
- dedibox

tutorials/encode-videos-using-serverless-jobs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ categories:
1111
- jobs
1212
- object-storage
1313
dates:
14-
validation: 2024-11-18
14+
validation: 2025-06-09
1515
posted: 2024-05-15
1616
---
1717

18-
This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs: media encoding is a resource-intensive task over prolonged durations, making it suitable for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket.
18+
This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs. Media encoding is a resource-intensive task of prolonged duration, making it a highly suitable candidate for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket.
1919

2020
<Macro id="requirements" />
2121

tutorials/strapi-app-serverless-containers-sqldb/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ categories:
1010
- containers
1111
- serverless-sqldb
1212
dates:
13-
validation: 2024-11-21
1413
posted: 2024-05-21
1514
---
1615

tutorials/veeam-backup-replication-s3/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ categories:
99
- object-storage
1010
tags: vSphere Object-Storage Veeam-Backup Veeam
1111
dates:
12-
validation: 2024-12-05
12+
validation: 2025-06-09
1313
---
14+
1415
<ClickableBanner
1516
productLogo="generic"
1617
title="Secure your backups by storing them in Scaleway’s Object Storage."
1718
url="https://account.scaleway.com/register"
1819
label="Create your account"
1920
/>
21+
2022
## Veeam Overview
2123

2224
[Veeam Backup & Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) is a proprietary backup application, developed by Veeam for virtual environments built on VMware vSphere and Microsoft Hyper-V hypervisors.

0 commit comments

Comments
 (0)