6 ms·
What is the best/cost effectiv way to backup a windows server?
by Liongadev 13y ago
What is the best/cost effectiv way to backup a windows server?
- toomuchtodo 13y agoBackup the data and configuration information to an object store (AWS S3), use configuration management tools so you can programmatically provision a new server (dedicated or virtual, doesn't matter) in the event of failure. Provisioning should include functionality to deploy your application, and to restore your data to whatever data storage application (SQL, NoSQL, etc) you're using. If you have questions, more than happy you provide free advice.