Page 1 of 1

Decent Auto-Backup Utility

Posted: Sat Apr 04, 2015 7:59 pm
by Dorugami
Right, so I'm not a big fan of third party programs when playing MC, but yesternight plunged me into chaos as a badly timed power outage plunged my main world into a smattering of corrupted chunks. in and around my base. Foolish person that I am, I tried to do some amateurish band-aid fixes which pretty much made entering the world impossible.

So I may be late in considering this, but is there a program that will autobackup my world save every hour or so and one that is compatible with BTW?

Re: Decent Auto-Backup Utility

Posted: Sat Apr 04, 2015 8:17 pm
by jorgebonafe
Yes, I use something called McMyAdmin. Its pretty good, and free for servers with 10 players or less. It works with BTW.

Re: Decent Auto-Backup Utility

Posted: Sat Apr 04, 2015 9:05 pm
by Yhetti
I made a simple C# app that lets you back up and restore your world. I could set it up to do it every hour.... You want me to post it?

(C# = Only works on windows. I actually switched to playing on linux, and it's pretty easy to just set up an alias like "btwbackup" that backs up your world for you.)

Re: Decent Auto-Backup Utility

Posted: Sun Apr 05, 2015 12:06 am
by Sockthing
Yhetti wrote:I made a simple C# app that lets you back up and restore your world. I could set it up to do it every hour.... You want me to post it?

(C# = Only works on windows. I actually switched to playing on linux, and it's pretty easy to just set up an alias like "btwbackup" that backs up your world for you.)
Yeah man, I'd be interested in that!

Re: Decent Auto-Backup Utility

Posted: Sun Apr 05, 2015 2:43 am
by Dorugami
Yhetti wrote:I made a simple C# app that lets you back up and restore your world. I could set it up to do it every hour.... You want me to post it?

(C# = Only works on windows. I actually switched to playing on linux, and it's pretty easy to just set up an alias like "btwbackup" that backs up your world for you.)
Hells yeah, much obliged mate :D

Re: Decent Auto-Backup Utility

Posted: Sun Apr 05, 2015 4:09 pm
by Gilberreke
robocopy is a command-line tool that backups a folder for you in Windows. Worth having a look at. Also fun: turn your backup folder into a git repository, so you can make snapshots of your world at certain points. That way, you can actually go back in time to some of your favorite moments. Like, what did my base look like when I was pre-iron and such :)

Re: Decent Auto-Backup Utility

Posted: Sun Apr 05, 2015 5:29 pm
by Yhetti
Actually git is a good idea, I think that I am definitely going to do that with my current world.


Anyways, here is my little backup util, I don't use it anymore, so if anyone wants to play with the code, it is here. (yes, all in one file because its such a small app.)

Re: Decent Auto-Backup Utility

Posted: Tue Apr 07, 2015 6:02 am
by Dorugami
Many thanks Gil and Yhetti, I'll take a look at both, see which one fits me best. I mostly play on Single Player though, so not entirely sure what 'git' is. I'm assuming it's for a server specific function at this point.

Re: Decent Auto-Backup Utility

Posted: Tue Apr 07, 2015 12:33 pm
by Yhetti
Git is a tool for collaborating with code. So yeah, you would have to learn how to use it which is probably a hassle