12 lines
247 B
YAML
12 lines
247 B
YAML
# velero backup create nginx-backup --selector app=nginx
|
|
apiVersion: velero.io/v1
|
|
kind: Backup
|
|
metadata:
|
|
name: nginx-backup
|
|
namespace: velero
|
|
spec:
|
|
includedNamespaces:
|
|
- 'nginx-example'
|
|
labelSelector:
|
|
matchLabels:
|
|
app: nginx
|