How can I backup/restore Cloudbees NFS data(EFS) using Velero with Kopia/Restic? #7667
Unanswered
Jedi-5
asked this question in
Community support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed Velero Helm Chart on EKS using Terraform with mentioned config:
$ cat values.yaml
configuration:
uploaderType: kopia
backupStorageLocation:
bucket: <BUCKET_NAME>
defaultVolumesToFsBackup: True
config:
region: us-east-1
provider: aws
volumeSnapshotLocation:
provider: aws
config:
region: us-east-1
credentials:
useSecret: false
features: EnableCSI: false
defaultSnapshotMoveData: false
defaultVolumeSnapshotLocations: "velero.io/aws:velero-aws"
deployNodeAgent: true
initContainers:
image: velero/velero-plugin-for-aws:v1.9.0
volumeMounts:
name: plugins
for IRSA used following terraform module:
Please suggest best approach to backup/restore Cloudbees NFS data(EFS)
Beta Was this translation helpful? Give feedback.
All reactions