felicianmv

Results 1 comments of felicianmv

Hi all, I was able to achieve what I wanted using [https://velero.io/docs/v1.9/restic/#using-the-opt-out-approach](url): ``` oc annotate pod/pwbjavaapp-c748df668-k2gpb backup.velero.io/backup-volumes-excludes=my-nfs velero backup create pwb-testing --include-namespaces pwb --wait --default-volumes-to-restic ``` Initially I only checked...