A fast and simple Minecraft server backup daemon.
shell
sudo chmod +x cuprite
If you are on another platform, compile the binary yourself to try it out:
sh
git clone https://github.com/tropicbliss/cuprite
cd cuprite
cargo build --release
Compiling from source requires the latest stable version of Rust. Older Rust versions may be able to compile cuprite
, but they are not guaranteed to keep working.
The binary will be located in target/release
.
shell
./cuprite -i world plugins -m 128 -o backups -P password -p 25575 -c 3
```
enable-rcon=true
rcon.password=
``` FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --compression-level
It's a good idea to run cuprite
on the terminal first to verify that you have inputted your arguments correctly before attempting to automate your backups with CRON.
crontab -e
0 * * * * /path/to/cuprite -i minecraft/world minecraft/world_nether minecraft/world_the_end -o minecraft/backups -P password
This software does not provide any warranty with regard to any loss of data.