Minecraft Server - World Backup and Restore Script
This is a video on how to backup and restore your minecraft world on your server.
Backup Code
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFolder("C:\Backup Worlds\main")
Const OverWriteFiles = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFolder "C:\Minecraft Vanilla 1.2\new" , "C:\Backup Worlds\main" , OverWriteFiles
x=MsgBox ("Backup Successful",0,"Main Backup")
Restore Code
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFolder("C:\Minecraft Vanilla 1.2\new")
Const OverWriteFiles = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFolder "C:\Backup Worlds\main" , "C:\Minecraft Vanilla 1.2\new" , OverWriteFiles
x=MsgBox ("Restore Successful",0,"Main Restore")
Other Videos By WontWorld
2012-09-01 | Cobalt - My Survival Game |
2012-08-28 | Hurricane Isaac in Pensacola |
2012-08-25 | Minecraft - Put Maps on your Wall |
2012-08-25 | Minecraft - Huge Roller Coaster |
2012-08-15 | Minecraft - Command Block 12w32a |
2012-08-15 | Minecraft - Beacon Block 12w32a |
2012-08-12 | Minecraft Server - Texture Pack Option How-To |
2012-07-20 | Minecraft - Underwater Tunnel How To |
2012-07-08 | Minecraft - Automatic Armory |
2012-07-01 | Minecraft - Really Cool Chest Storage System |
2012-06-05 | Minecraft Server - World Backup and Restore Script |
2012-03-24 | Minecraft - Transit Station How-To |
2012-03-24 | Minecraft - TNT Room Trap |
2012-03-21 | Minecraft - Full Auto XP Dispenser |
2012-03-06 | Minecraft - Farming The Nether (Part 2) |
2012-03-06 | Minecraft - Farming The Nether (Part 1) |
2012-03-05 | Minecraft - Minecart "Garage" Automatic Doors |
2012-02-24 | Minecraft - Basic Brewing |
2012-02-23 | Minecraft - Compact Brewing Station |
2012-02-23 | Minecraft - Advanced Brewing |
2012-02-23 | Minecraft - How to Farm Nether Wart |
Other Statistics
Minecraft Statistics For WontWorld
At this time, WontWorld has 282,588 views for Minecraft spread across 116 videos. The game makes up over 1 day of published video on his channel, or 5.12% of the total watchable video for Minecraft on WontWorld's YouTube channel.