PDA

View Full Version : Backing up server question


monteros
05-11-2017, 03:01 AM
Hey folks, newb, yep... but I have done a lot of reading, got the server test built on my local windows home pc, got it working, logged in to confirm it worked etc. I am now ready to start my actual server build. Will be starting that in about 5 hours, but had a question about backing up my server.

I saw some references in posts that looked like the database possibly backed itself up, or something...

Does anyone know of a page, link, thread or whatever that might have instructions on understanding how to backup your server periodically so that it could be recovered?

I thank you in advance for helping. :)

Coenxai
05-11-2017, 05:06 PM
There's a lot of tools you can use to create a backup of your database. Google will point you in the direction of hundreds of possibilities. When you're really serious, you should sync these backups between two machines. Also, you'll probably want to create backups of your code at the same time.

monteros
05-11-2017, 07:34 PM
Thanks for the info.