Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kaiede/Bedrockifier
Command-line tools and Service for Minecraft Servers (Bedrock & Java)
https://github.com/Kaiede/Bedrockifier
backup bedrock docker java minecraft swift5
Last synced: 3 months ago
JSON representation
Command-line tools and Service for Minecraft Servers (Bedrock & Java)
- Host: GitHub
- URL: https://github.com/Kaiede/Bedrockifier
- Owner: Kaiede
- License: mit
- Created: 2021-04-11T03:05:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T16:23:31.000Z (8 months ago)
- Last Synced: 2024-08-01T19:47:15.900Z (6 months ago)
- Topics: backup, bedrock, docker, java, minecraft, swift5
- Language: Swift
- Homepage:
- Size: 253 KB
- Stars: 39
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bedrockifier
[![CI Status](https://github.com/Kaiede/Bedrockifier/actions/workflows/swift.yml/badge.svg)](https://github.com/Kaiede/Bedrockifier/actions)
![Swift](https://img.shields.io/badge/Swift-5.9.2-brightgreen.svg?style=flat)
[![MIT license](http://img.shields.io/badge/License-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)[![CI Status](https://github.com/Kaiede/Bedrockifier/actions/workflows/docker.yml/badge.svg)](https://github.com/Kaiede/Bedrockifier/actions)
[![Docker Pulls](https://img.shields.io/docker/pulls/kaiede/minecraft-bedrock-backup.svg)](https://hub.docker.com/r/kaiede/minecraft-bedrock-backup)
[![GitHub Issues](https://img.shields.io/github/issues-raw/kaiede/Bedrockifier.svg)](https://github.com/kaiede/Bedrockifier/issues)A multi-purpose tool for working with Minecraft Java and Bedrock world backups, including a manual tool, a backup service, and a dockerized contianer for making backups of the Minecraft [Bedrock](https://hub.docker.com/r/itzg/minecraft-bedrock-server) and [Java](https://hub.docker.com/r/itzg/minecraft-server) docker containers provided by itzg.
### Features
- Bedrock backups use the .mcworld format, meaning Vanilla worlds can be imported using any Bedrock client.
- Java backups use the same .zip backup format as the game client, making them easier to work with.
- Takes snapshots while the server is running.
- Supports trimming backups to limit disk space usage.### Usage
Detailed instructions are in the [Wiki](https://github.com/Kaiede/Bedrockifier/wiki).
### Release Notes
Release Notes are available on [GitHub](https://github.com/Kaiede/Bedrockifier/releases).
### Credits
This was built in part by understanding how itzg/mc-backup works for Java, and is offered under similar license: https://github.com/itzg/docker-mc-backup
Older source history for the docker container can be found at https://github.com/Kaiede/docker-minecraft-bedrock-backup