docker-mc-backup icon indicating copy to clipboard operation
docker-mc-backup copied to clipboard

Provides a side-car container to backup itzg/minecraft-server world data

Results 44 docker-mc-backup issues
Sort by recently updated
recently updated
newest added

Is there any way of keeping a minimum number of backups safe from being pruned? I'm worried about setting `PRUNE_BACKUPS_DAYS` and `PAUSE_IF_NO_PLAYERS=true` at the same time, because, if my understanding...

enhancement
help wanted

Implements both methods discussed in #68 through four new environment variables - `PRE_BACKUP_SCRIPT` - `PRE_BACKUP_SCRIPT_FILE` - `POST_BACKUP_SCRIPT` - `POST_BACKUP_SCRIPT_FILE` The non-`*_FILE` variables take precedence if both are specified. Some things...

I am using PAUSE_IF_NO_PLAYERS, but on the minecraft server I enabled AUTOPAUSE to save on resources. Everytime the backup container checks for active players, the server gets knocked and spins...

enhancement
help wanted

I'm using the following compose file: ``` version: '3.9' services: minecraft: container_name: minecraft-atm7 image: itzg/minecraft-server:java17 ports: - "25565:25565" restart: unless-stopped stdin_open: true tty: true environment: EULA: "TRUE" WORLD: /worlds/world MEMORY:...

Hi, I've tried to look through the docs and the code for a "max amount of backups", or "max amount of space" before backup-deletion. Would you consider to expand the...

enhancement
help wanted

When using the `rclone` option, are the uploaded files also deleted after the `PRUNE_BACKUPS_DAYS` option?

Hello, I just tried to get this container back up and running after not running it for a few months and I noticed that the backup worked successfully the first...

Maybe a stupid question, but how do I restore the server from backups that I have?

It would be great to have a BACKUP_METHOD that simply makes a straight copy of the loose world files using i.e. `rsync`, without archiving or compressing them like `tar`. Further...

enhancement
help wanted

As an administrator of a Minecraft server, I would like to be able to specify custom RCON commands to run before and after a backup. I would like to use...