Currently the driver expects a specific PVC name and namespace. This is cool, but I guess a really common use case would be to back up everything (or with the labels filter), notably in the case of a self-hosted home Kubernetes cluster such as metadata backups for k8s:// which will backup everything at once if requested.
It just gives:
arno@serveur ~ [1]> plakar at @somewhere backup k8s+pvc://
[00:00] 00000000 0 B
import: nodes=0, objects=0
store: read=0 B, write=0 B
plakar: failed to create an importer for k8s+pvc://: bad location: expected namespace/pvc-name but got
If I had to guess, the k8s+csi have the same issue.
Thanks a lot!
Currently the driver expects a specific PVC name and namespace. This is cool, but I guess a really common use case would be to back up everything (or with the labels filter), notably in the case of a self-hosted home Kubernetes cluster such as metadata backups for
k8s://which will backup everything at once if requested.It just gives:
If I had to guess, the
k8s+csihave the same issue.Thanks a lot!