Skip to content

pynickle/Minecraft-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Backup For Minecraft Worlds

The project makes backup for Minecraft worlds on nutstore(jianguoyun). It depends on nswebdav package.

How To Use

First, you should install nswebdav package on github.com/vanbas/nswebdav.

Second, you should add an third-party application on safety page

Third, add your account, third-party application password and the Minecraft world location in your computer which you want to backup in config.json like this:

{
    "login": "<account>",
    "password": "<password>",
    "dirpath": [
        "<.../saves/...>",
        "<.../saves/...>"
    ]
}

At last, you can run the main.py program and find your zip backup in the Minecraft folder.

About

Backup For Minecraft Worlds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages