Skip to content

Commit a41395a

Browse files
committed
edits
1 parent e4ae8c7 commit a41395a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/snapshots-configuring-backups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add a Velero Backup custom resource (`kind: Backup`, `apiVersion: velero.io/v1`)
1010

1111
To configure snapshots for your application:
1212

13-
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.
1414

1515
1. In the new release, add a Velero Backup resource (`kind: Backup` and `apiVersion: velero.io/v1`):
1616

@@ -26,7 +26,7 @@ To configure snapshots for your application:
2626
2727
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).
2828
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).
3030
3131
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.
3232

@@ -91,6 +91,6 @@ To configure snapshots for your application:
9191
9292
```
9393

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.
9595

9696
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

Comments
 (0)