• • 6/30/14 4:05 am • 2 logs
- 2.1k views • 1 today
- save_alt 59 downloads
- Game Version
- Minecraft 1.7.8
- Progress
- 100% complete
2
- read instructions carefully or you can damage all your minecraft saves!!!
Instructions:
- download and place on desktop
- this has to be on C: drive or it will not work
- run the tool as admin
- choose what you want to do: backup, restore or delbackup(delete backup)
- if you choose backup go to 6 end at 9, if you choose restore go to 10 end at 13, if you choose delbackup go to 14 end at 17
- it will show all your minecraft saves that can be backed up
- type the full name of world (caps sensitive)
- it will copy the world to save backup folder
- done
- it will show all backups that it has
- type full name of backup
- it would then restore the backup
- done
- it will show you all backups
- type full name of backup to delete
- it would then delete the backup
- done
Q: what is all that stuff it shows me when i do any of these things like backup, restore or delbackup
A: it is nothing you can ignore it but it is useful for reporting errors
Q: all my saves are gone help!
A: I told you to read instructions you can use previous versions to recover your worlds
Q: I have some problems where should i post them
A: in the comments
please diamond ☺
2 Update Logs
Update #2 : by steve19998 06/30/2014 7:00:33 pmJune 30, 2014 @ 11:00 pm UTC
source code released check in comments for link
LOAD MORE LOGS
More like this
2851167
7

Have something to say?
public static String getPath()
{
String OS = System.getProperty("os.name").toUpperCase();
if (OS.toUpperCase().contains("WIN"))
return System.getenv("APPDATA") + "/roaming/.minecraft";
else if (OS.toUpperCase().contains("MAC"))
return System.getProperty("user.home") + "/Library/Application Support/.minecraft";
else if (OS.toUpperCase().contains("NUX"))
return System.getProperty("user.home") + "/.minecraft";
return System.getProperty("user.dir");
}
The program I'm writing does everything for you and even packs the data.
includes 4 files:
- the zip file you get from download button
- the unzipped exe file
- the icon used
- the source code batch file