cuprite

A fast and simple to use Minecraft server backup daemon.

Install

Download the latest release for your operating system.

shell sudo chmod +x cuprite

Usage

shell ./cuprite -i world -m 128 -o backups -p password -P 25575

Enable RCON

```

server.properties

enable-rcon=true rcon.password= rcon.port=<1-65535> broadcast-rcon-to-ops=false ```

Command line arguments

``` FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -c Compression level [default: 3] -i, --input-dir Input directory (directory to backup) [default: world] -m, --max-backups Maximum number of backups to keep [default: 128] -o, --output-dir Output directory [default: backups] -p, --password RCON password [default: ] -P, --port RCON port [default: 25575] ```

Automating backups with CRON

00 * * * * /path/to/cuprite

Disclaimer

This software does not provide any warranty with regard to any loss of data.