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: tutorials/snapshot-instances-jobs/index.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
meta:
3
-
title: Create snapshots of an Instance with Serverless Jobs and Scaleway CLI
4
-
description: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and Scaleway CLI
3
+
title: Create snapshots of an Instance with Serverless Jobs and the Scaleway CLI
4
+
description: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and the Scaleway CLI
5
5
content:
6
-
h1: Create snapshots of an Instance with Serverless Jobs and Scaleway CLI
7
-
paragraph: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and Scaleway CLI
6
+
h1: Create snapshots of an Instance with Serverless Jobs and the Scaleway CLI
7
+
paragraph: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and the Scaleway CLI
8
8
tags: serverless jobs instance snapshot backup image disk storage cli
9
9
categories:
10
10
- instances
@@ -15,7 +15,7 @@ dates:
15
15
---
16
16
[Scaleway Serverless Jobs](/serverless-jobs/quickstart/) allows you to create and automate recurring tasks. This tutorial will guide you through the process of creating snapshots of a [Scaleway Instance](/instances/quickstart/) on a recurring schedule using a Serverless Job.
17
17
18
-
Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not need autoscaling or exposure via a web server. Refer to the [differences between jobs, containers, and functions](/serverless-jobs/reference-content/difference-jobs-functions-containers/) for more information.
18
+
Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not need autoscaling or exposure via a web server. Refer to the [documentation on differences between jobs, containers, and functions](/serverless-jobs/reference-content/difference-jobs-functions-containers/) for more information.
19
19
20
20
<Macroid="requirements" />
21
21
@@ -29,13 +29,13 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
29
29
30
30
2. Click **Create job**. The job creation wizard displays.
31
31
32
-
3. For **Container Image**, select **External** and in **Image URL**, set: `scaleway/cli:latest`.
32
+
3. For **Container Image**, select **External**, and in **Image URL**, set: `scaleway/cli:latest`.
33
33
34
34
4. Enter a name or use the automatically generated one.
35
35
36
36
5. Select the region in which your job will be created.
37
37
38
-
6. Keep default **resources** values, as this job requires little compute capability.
38
+
6. Keep the default **resources** values, as this job requires little compute capability.
39
39
40
40
7. Set **cron schedule** to `0 2 * * *` and select the relevant time zone to run the job every day at 2:00 a.m. Refer to the [cron schedules documentation](/serverless-jobs/reference-content/cron-schedules/) for more information.
41
41
@@ -46,7 +46,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
46
46
-`SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
47
47
-`SCW_DEFAULT_REGION`: concerned region.
48
48
49
-
For more details about variables used by `cli`, please refer to the [cli config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
49
+
For more details about variables used by `cli`, refer to the [CLI config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
50
50
51
51
9. In the **Execution** tab, define the desired command: `/scw block snapshot create volume-id=11111111-1111-1111-1111-111111111111` (replace the ID with your desired volume ID).
52
52
@@ -67,7 +67,7 @@ This tutorial is a lightweight example of how to create recurring snapshots of a
67
67
68
68
## Additional resources
69
69
70
-
-[Serverless Jobs Documentation](/serverless-jobs/how-to/create-job/).
71
-
-[Other methods to deploy Jobs](/serverless-jobs/reference-content/deploy-job/).
0 commit comments