vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.42k stars 1.37k forks source link

ceph-csi to s3 snapshot movement #7743

Closed thomasklosinsky closed 2 months ago

thomasklosinsky commented 2 months ago

Describe the problem/challenge you have We are using ceph-csi as storage backend and want to use velero for backups. It's nicely creating snapshots of the pvs but not transferring them (as images?) to s3 backup storage location.

Describe the solution you'd like would be awesome to rbd export the volume snapshot and put that to the s3 bucket.

Environment:

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

sseago commented 2 months ago

This is already available in Velero 1.12 and newer. Make sure that the node agent is configured, and then add --snapshot-move-data to tell Velero to copy snapshot data to the BSL.

thomasklosinsky commented 2 months ago

thanks. got that part working!