My current place of employment is currently setting a disaster recovery site. One of our main applications runs on a physical server and therefore can not be backed up by Veeam (The company who provides the software will not allow us to run it in a VM and continue to get support).
As such I am trying to figure out the best way get our databases backed up to the DR site, I have two ideas on how I would like to do this.
My first idea is to use the mirroring feature built into Microsoft SQL, this would mirror the multiple databases needed over to our DR Site using asynchronous log shipping (Warm Standby). Now from what I have read this should be easy to configure and should meet our needs but I have found one article so far that gave some negative connotations to having multiple databases that need to talk to each other and using asynchronous mirroring.
My other options is to make daily backups of my databases and put those backups on a server that is backed up by Veeam.
What does the Spiceworks community think of this?