Fix selector syntax in backup example
Signed-off-by: Matt Kelly <matt.kelly@containership.io>pull/518/head
parent
10d6dd006a
commit
ca83f000ea
|
@ -86,7 +86,7 @@ Make sure that you install somewhere in your `$PATH`.
|
||||||
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:
|
1. Simulate a disaster:
|
||||||
|
|
Loading…
Reference in New Issue