Skip to content
New issue

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

Resource policies in Backup #39

Open
davideserio opened this issue Aug 6, 2024 · 0 comments
Open

Resource policies in Backup #39

davideserio opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@davideserio
Copy link
Member

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)

@davideserio davideserio added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant