I attempted to seed an offsite backup using the azure data box disk service which failed. Here is what I tried to do:
- I created a local backup job to backup a data drive (H:) to a local NAS device.
- I ordered an azure data box disk
- I copied the data from the NAS backup to the azure data box disk
- I returned the disk
- Created a new hybrid backup job such that the seeded data would be in the right location
- Synchronized the repository using Tools->Options->Repository->Synchronize Repository
- Ran the new hybrid job.
It failed, because at the top level, the directory structure is different between the local NAS backup and the cloud copy. The local NAS backup (what was copied to the azure storage account) has at the top level
CBB_PREFIX/H$/…
while the cloud storage wants to use:
CBB_PREFIX/H:/…
So when I tried step (6), cloudberry goes to create a brand new copy of the data, not use the seeded copy of the data.
My request is to identify a clear flow which can be used to seed a large hybrid backup, or make local/cloud directory structure consistent, or support a feature through the cloudberry interface to move local NAS data to the cloud through an azure data box disk service.