Skip to content

Commit

Permalink
fix: backup how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Oct 10, 2023
1 parent 3c574f2 commit 4dfa1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/for-ops/how-to/create-and-restore-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This is an example of creating a custom backup:
velero backup create my-custom-backup-01 --include-namespaces team-demo
```

- Create a backup of spefic resources:
- Create a backup of specific resources:

```shell
velero backup create my-custom-backup-02 --include-namespaces team-demo --include-resources secret,deployment
Expand Down

0 comments on commit 4dfa1c1

Please sign in to comment.