Solved

Restore File & SQL DB directly in a Azure Blob


Userlevel 2
Badge +4

Hello. 

We would like to restore some files and SQL DB backups nightly directly into a Azure Blob. I know that I can schedule this type of restores. (latest backup & advanced restore options for SQL)

But:

Is it possible to restore directly into a Azure Blob? (Destination: azure blob)

(aux copy will not do the job, as I need the data in the native / non-commvault format in the cloud)

icon

Best answer by Sunil 7 May 2024, 13:55

View original

4 replies

Userlevel 5
Badge +13

hi @Dimitri 

I believe we need to mount the blob storage bucket on the local machine. That’s the only option if you want to restore directly through SQL agent.

Other option is to restore to local machine, run a FS backup and restore to blob storage.

 

Thanks,

Sunil

Userlevel 2
Badge +4

Hi @Sunil 

For SQL we need to use a third party mount tool to mount the blob storage locally - ok. But with the FS Agent we can restore without mounting the blob storage? Is there any documentation for this? 

Userlevel 5
Badge +13

Yes, here is the documentation link.

Restoring File System Data to Azure Blob Storage (commvault.com)

 

Thanks,

Sunil

Userlevel 2
Badge +4

Thank you @Sunil, I will test it internally. 👍

Reply