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
1. Log in to the[Vendor Portal](https://vendor.replicated.com) and create a new release containing your application files.
13
+
1. Log in to the[Vendor Portal](https://vendor.replicated.com) and create a new release containing your application files.
14
14
15
15
1. In the new release, add a Velero Backup resource (`kind: Backup` and `apiVersion: velero.io/v1`):
16
16
@@ -26,7 +26,7 @@ To configure snapshots for your application:
26
26
27
27
For more information about the Velero Backup resource, including limitations, the list of supported fields for snapshots, and an example, see [Velero Backup Resource for Snapshots](/reference/custom-resource-backup).
28
28
29
-
1. (Optional) Configure backup and restore hooks in the Backup resource. For more information, see [Configuring Backup and Restore Hooks for Snapshots](snapshots-hooks).
29
+
1. (Optional) Configure backup and restore hooks. For more information, see [Configuring Backup and Restore Hooks for Snapshots](snapshots-hooks).
30
30
31
31
1. For each volume that requires a backup, add the `backup.velero.io/backup-volumes` annotation. The annotation name is `backup.velero.io/backup-volumes` and the value is a comma separated list of volumes to include in the backup.
32
32
@@ -91,6 +91,6 @@ To configure snapshots for your application:
91
91
92
92
```
93
93
94
-
1. If you distribute multiple applications with Replicated, repeat these steps for each application. Each application must have its own Backup resource to be included in a full backup with snaphots.
94
+
1. If you distribute multiple applications with Replicated, repeat these steps for each application. Each application must have its own Backup resource to be included in a full backup with snapshots.
95
95
96
96
1. (kURL Only) If your application supports installation with Replicated kURL, Replicated recommends that you include the kURL Velero add-on so that customers do not have to manually install Velero in the kURL cluster. For more information, see [Creating a kURL Installer](packaging-embedded-kubernetes).
0 commit comments