diff --git a/site/content/docs/main/restic.md b/site/content/docs/main/restic.md index d3cc07151..bba6a52a0 100644 --- a/site/content/docs/main/restic.md +++ b/site/content/docs/main/restic.md @@ -195,7 +195,7 @@ Instructions to back up using this approach are as follows: ```bash kubectl -n YOUR_POD_NAMESPACE annotate pod/YOUR_POD_NAME backup.velero.io/backup-volumes-excludes=YOUR_VOLUME_NAME_1,YOUR_VOLUME_NAME_2,... ``` - where the volume names are the names of the volumes in the pod sepc. + where the volume names are the names of the volumes in the pod spec. For example, in the following pod: