Minecraft Blogs / Tutorial

Simple Minecraft Backup with Batch-File

  • 1,944 views, 1 today
  • 2
  • 0
MassiveMax's Avatar MassiveMax
Level 50 : Grandmaster Creeper Hugger
34
With the following script you can easily backup your .minecraft folder.

Just copy this text into your Batch-File:
---------------------------------------------------------------------------------------------------------------------------------------------------
robocopy C:Users"Your Username"AppDataRoaming.minecraft "C:"the path of the folder where you want the backup to be saved".minecraft" /MIR
---------------------------------------------------------------------------------------------------------------------------------------------------

For Example:
---------------------------------------------------------------------------------------------------------------------------------------------------
robocopy "C:UsersChuckNorrisAppDataRoaming.minecraft" "C:UsersChuckNorrisDesktopminecraft backup.minecraft" /MIR
---------------------------------------------------------------------------------------------------------------------------------------------------

The Batch file simply mirrors your .minecraft folder to the direction you chose.
Keep in mind that all files in the backup- folder, which are not in the source-
folder will be deleted! So you shouldn't save any new files in the .minecraft backup-folder.

===================================================================================

For all those who don't know how to create a Batch-File:
1. Create a new text- document with the Editor
2. Open it
3. Copy the text above, paste it into the text- document and edit it so that it fits to your paths and username
4. Go to "File" -> "Save as"
5. Select "All Files" at File Type
6. enter a name with the ending ".bat" . This is really important. If you don't do that it won't be a Batch- File
7. To use the Batch- File just doubleklick it like an exe- File

I'm sorry for translation mistakes. Pls point them out to me if you find one.
But i hope i could help some of you :)
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome