Minecraft Server - World Backup and Restore Script

Channel:
Subscribers:
1,460
Published on ● Video Link: https://www.youtube.com/watch?v=mNBeOCk_8yE



Minecraft
Game:
Minecraft (2011)
Duration: 6:59
5,027 views
6


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")







Tags:
minecraft
Server
script
restore
backup
world
how to
tutorial
guide
help
tips
ideas



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.