We have a client who we need to give a nightly full copy of their MS SQL DB to their azure blob storage. We have been manually doing this weekly by using MS Azure File explorer to send to them, but they want it nightly. I have added their Azure blob storage as a library, but I’m unsure how to create a job to do this. I need to supply them with either a .bak of their DB, or MDF/LDF file that they can use as needed. Does anyone know of a simple way I can do this? Thanks.
Sending nightly copy of MS SQL DB to Azure blob storage

Best answer by Scott Reynolds
Yes for schedules restore you would go through steps to perform the restore normally and in advanced options select
restore to disk
full backup only
latest backup data
https://documentation.commvault.com/2022e/expert/61506_advanced_restore_options_options.html
By selecting these options when the job runs it will grab only the last full that ran before the restore started and restore that job. Just set a schedule and your are done.
As for the attaching I am not 100% sure but believe its possible. If not you are also automate something on the server to upload that restore folder you pick for the restore to disk to upload to azure.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.