I have a Windows VPS where I am running a script with MSSQL database.
In order to have a real time / online backup, I am ready to get another (similar) VPS from a different hosting provider to setup an online one-way sync of the data (script & MSSQL) to the 2nd server.
So that for any reason if my active server is down, I can manually point the DNS to the 2nd server.
What is the best recommended way to do this?