Skip to content

Small Java program to automatically back-up your Minecraft: Java Edition dedicated server world folder.

Notifications You must be signed in to change notification settings

NanoQuark/CrafterBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

  1. Download the .jar file from the releases page.
  2. Create an executable script (windows: .bat, or linux: .sh)
  3. Copy and paste the following script in the next step into your batch file. If you are running the .jar file anywhere else than the server's parent directory, change "server" to the path of the server's files. For example: the server files are in a folder located at "D:\a\b\c\server", so replace to that path.
  4. WINDOWS ONLY: java -jar CrafterBackup.jar server Run this inside any batch file in the same location as the jar.
  5. LINUX ONLY:
#!/bin/bash
java -jar CrafterBackup.jar server

Run this inside any shell file in the same location as the jar.

About

Small Java program to automatically back-up your Minecraft: Java Edition dedicated server world folder.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages