We are working through a redesign of our backup process for our ongoing migration to Azure. In vmware we have had to avoid using VSA backups for the OS/filesytem for our SQL servers due to issues caused by the stun that occurs when a snapshot is taken. SQL servers are backed up with Filesystem and SQL agents. The main problem with this is the time it takes to recover if one or more SQL servers needs to be completely recovered from backups.
As we move to Azure, we would ideally like to back up the SQL servers using VSA and intellisnap, then the SQL agent would be used to back up the SQL data. This way we could leverage the simplicity of a VSA restore if something happened to the server/OS, and then the SQL data could be restored to a specific point in time if needed.
Has anyone done this? Is there a better way to accomplish this that we aren’t thinking of?
The main goals are to increase the speed at which we could recover a SQL server.