We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have one more question. For some of the namespaces, I would like to use volumePolicies during backup. I have prepared
ConfigMaps for these: apiVersion: v1 kind: ConfigMap metadata: name: nfs-policies-exclude-cm namespace: velero data: nfs-policies.yaml: | version: v1 volumePolicies: - conditions: nfs: server: 192.168.1.10 path: /srv/volume1 action: type: skip - conditions: nfs: server: 192.168.1.40 path: /srv/volume2 action: type: skip
Is there a way to set this in the GUI when creating a backup? Resource policies: https://velero.io/docs/main/resource-filtering/
Originally posted by @speedkup in #38 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have one more question. For some of the namespaces, I would like to use volumePolicies during backup. I have prepared
Is there a way to set this in the GUI when creating a backup?
Resource policies: https://velero.io/docs/main/resource-filtering/
Originally posted by @speedkup in #38 (comment)
The text was updated successfully, but these errors were encountered: