Backing up multiple PVCs in a namespace #913
Closed
karthik-murugan-hpe
started this conversation in
General
Replies: 1 comment
-
I discovered later that each PVC is backed up in separate snapshots. So Restore will map the SnapShot to a single PVC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
My namespace consists of multiple PVCs to be backed up. I created a
Schedule
resource with bucket details and annotated all PVCs withk8up.io/backup: "true"
. Eventually all my PVCs get backed up to same bucket.For restoring, I could create a
Restore
CR that refers to the bucket details. However, it can restore only to a single PVC as referred byspec.restoreMethod.folder.claimName
. How can restore all PVCs of the namespace?Beta Was this translation helpful? Give feedback.
All reactions