Mods Program

Minecraft save backup tool

  • 2.1k views 1 today
  • save_alt 59 downloads
Game Version
Minecraft 1.7.8
Progress
100% complete
  • 2
  • 0
  • 23
steve19998
Lvl 16Journeyman Dragon
2
  1.  read instructions carefully or you can damage all your minecraft saves!!!
What this is:This is a minecraft save backup tool made in batch language and the icon is from http://www.iconarchive.com/

Instructions:


  1. download and place on desktop
  2. this has to be on C: drive or it will not work
  3. run the tool as admin
  4. choose what you want to do: backup, restore or delbackup(delete backup)
  5. 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
  6. it will show all your minecraft saves that can be backed up
  7. type the full name of world (caps sensitive)
  8. it will copy the world to save backup folder
  9. done
  10. it will show all backups that it has
  11. type full name of backup
  12. it would then restore the backup
  13. done
  14. it will show you all backups
  15. type full name of backup to delete
  16. it would then delete the backup
  17. done
questions:
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

  Have something to say?

knarf2011
07/01/2014 4:48 pm
Level 49 : Master Modder
Dude, just add "C:/" at the beginning of the path names and it works regardless of file location. Also, what language are you using? If you're using Java, you can just use this method:

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");
}
1
steve19998
07/01/2014 6:34 pm
Level 16 : Journeyman Dragon
i am using batch
1
knarf2011
07/12/2014 11:43 pm
Level 49 : Master Modder
You should learn a more useful language... Don't mean to be rude, but batch is mostly just a toy for people who want to show off in front of people who have less computer experience, and if you were willing to learn it enough to make that you can probably sit through some Java or C++ tutorials.
1
steve19998
07/22/2014 6:32 am
Level 16 : Journeyman Dragon
I am planning to learn java
1
TheXWolf
07/01/2014 11:21 am
Level 38 : Artisan System
Ya it's a bit much to setup, kinda defeats the purpose, I can go do it myself just as quick.
The program I'm writing does everything for you and even packs the data.
1
steve19998
07/01/2014 12:40 pm
Level 16 : Journeyman Dragon
not that much to set up but you need to be running windows on c drive you just download the program and it makes a file called save backup on desktop that is where it will put everything and the instructions do seem complex but they are not
1
TheXWolf
07/01/2014 7:02 pm
Level 38 : Artisan System
It's not complex as it's just not very forgiving and it really doesn't do anything you can't yourself with 1 click in winrar/winzip. If you don't have win on ur C drive, or you .minecraft folder isn't on the c drive.
1
steve19998
06/30/2014 6:55 pm
Level 16 : Journeyman Dragon
source code package: https://www.dropbox.com/s/a4r3612dmiouw7h/backup.zip
 includes 4 files:
- the zip file you get from download button
- the unzipped exe file
- the icon used
- the source code batch file
1
BoomBoomL
06/30/2014 4:36 pm
Level 1 : New Explorer
Open the program with WinRAR and you see the "batch file"  :D
1
Duplo+Duck123
06/30/2014 6:30 am
Level 22 : Expert Princess
It broke my computer D:
1

Welcome