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
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):
Copy file name to clipboardExpand all lines: tutorials/encode-videos-using-serverless-jobs/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ categories:
11
11
- jobs
12
12
- object-storage
13
13
dates:
14
-
validation: 2024-11-18
14
+
validation: 2025-06-09
15
15
posted: 2024-05-15
16
16
---
17
17
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.
Copy file name to clipboardExpand all lines: tutorials/veeam-backup-replication-s3/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
@@ -9,14 +9,16 @@ categories:
9
9
- object-storage
10
10
tags: vSphere Object-Storage Veeam-Backup Veeam
11
11
dates:
12
-
validation: 2024-12-05
12
+
validation: 2025-06-09
13
13
---
14
+
14
15
<ClickableBanner
15
16
productLogo="generic"
16
17
title="Secure your backups by storing them in Scaleway’s Object Storage."
17
18
url="https://account.scaleway.com/register"
18
19
label="Create your account"
19
20
/>
21
+
20
22
## Veeam Overview
21
23
22
24
[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