since Velero 1.5 there is support for Restic based PV backup integrated. I could successfully backup and restore all my Kubernetes resources including the data inside the persistent volumes. I am wondering how to backup only PV data and restore it into a data-less namespace. Is there any way to achieve this?
I understand that the complete backup and restore of a whole namespace is a good solution for desaster recovery cases. But I want regularly create my cluster from scratch and like to import the data into this skeleton. Is this a common use case for Velero?
Thanks in advance!
Oliver