mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +00:00
Merge pull request #518 from mattkelly/readme-selector-fix
Fix selector syntax in backup example
This commit is contained in:
@@ -83,10 +83,10 @@ Make sure that you install somewhere in your `$PATH`.
|
||||
ark backup create nginx-backup --selector app=nginx
|
||||
```
|
||||
|
||||
Alternatively if you want to backup all objects *except* those matching the label `backup=ignore` :
|
||||
Alternatively if you want to backup all objects *except* those matching the label `backup=ignore`:
|
||||
|
||||
```
|
||||
ark backup create nginx-backup --selector '(backup notin ignore)'
|
||||
ark backup create nginx-backup --selector 'backup notin (ignore)'
|
||||
```
|
||||
|
||||
1. Simulate a disaster:
|
||||
|
||||
Reference in New Issue
Block a user