Merge pull request #501 from dhananjaysathe/downstream

Add documentation on how to use a selector negation
This commit is contained in:
Andy Goldstein
2018-05-22 17:24:42 -04:00
committed by GitHub
+6
View File
@@ -83,6 +83,12 @@ 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` :
```
ark backup create nginx-backup --selector '(backup notin ignore)'
```
1. Simulate a disaster:
```