Hi,
I have k8s cluster installed on vshpere.
I have added to kasten a veeam profile as well as a vsphere infra profile.
Backing up and restoring of k8s manifests + persistent volumes in the same cluster works just fine.
But how can I restore to a new cluster (runs on vsphere as well and has the same profiles) ?
The way to do it seems to be via export, but the export operation fails with the following error:
```
cause:
cause:
cause:
cause:
cause:
cause:
cause:
fields:
- name: type
value: VBR
file: kasten.io/k10/kio/kopia/profile.go:140
function: kasten.io/k10/kio/kopia.(*K10Profile).locationType
linenumber: 140
message: Unsupported type for the location
file: kasten.io/k10/kio/kopia/repository.go:327
function: kasten.io/k10/kio/kopia.repositoryConnectCommand
linenumber: 327
message: Failed to generate blob store args
file: kasten.io/k10/kio/kopia/repository.go:507
function: kasten.io/k10/kio/kopia.ConnectToKopiaRepository
linenumber: 507
message: Failed to generate repository connect command
file: kasten.io/k10/kio/kopiaapiserver/api_server.go:365
function: kasten.io/k10/kio/kopiaapiserver.setupAPIServerForCollectionImport
linenumber: 365
message: Failed to connect to collections Kopia repository
file: kasten.io/k10/kio/kopiaapiserver/api_server.go:315
function: kasten.io/k10/kio/kopiaapiserver.SetupAPIServerForCollectionImport
linenumber: 315
message: Failed to initialize Kopia API server
file: kasten.io/k10/kio/exec/phases/phase/migrate.go:652
function: kasten.io/k10/kio/exec/phases/phase.importDataFromKopiaCollection
linenumber: 652
message: Failed to prepare Kopia API server for migration
file: kasten.io/k10/kio/exec/phases/phase/migrate.go:503
function: kasten.io/k10/kio/exec/phases/phase.importUsingKopia
linenumber: 503
message: Failed to import collection from kopia repository
message: Job failed to be executed
fields: .]
```
Is there another way to restore to different clusters that I missed here ?
Does restoration to a different cluster requires to have an object-storage/nfs and not veeam ? why ?
Please help,
Thanks.