docker-mc-backup
docker-mc-backup copied to clipboard
Provides a side-car container to backup itzg/minecraft-server world data
Hello, I come from using [Blacbox](https://github.com/lemonsaurus/blackbox) and a feature I am missing from there is the [notifiers](https://github.com/lemonsaurus/blackbox#notifiers) functionality. Basically, being able to post to a Discord webhook with a backups...
It would be nice for `POST_BACKUP_SCRIPT` to be able to detect when a backup failed, so that it can send out a notification in case of an error (e.g., an...
It would be nice to have a PRE_SAVE_SCRIPT / PRE_SAVE_SCRIPT_FILE environment variable where the script is executed before "[/save-off](https://github.com/itzg/docker-mc-backup/blob/fed5a0adce71e15380cf9fdb847728da7f983bec/backup-loop.sh#L441)". Most of the time when the server executes a "[/save-all](https://github.com/itzg/docker-mc-backup/blob/fed5a0adce71e15380cf9fdb847728da7f983bec/backup-loop.sh#L446)" it...
Sometimes when you need to exclude a lot of files having them all in one line can become unwieldy. I think an option should be added to support a excludes...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Note Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...
The Readme.md could use some improvement regarding rclone.conf file. The examples suggest using a file mount, however, rclone requires write access to the file and creates a new temporary file...
As far as I know rsync should only do one full backup and then have only backups of the changes. But why do I get only full backups all the...
Backups triggered manually could be marked in the name and excluded from pruning if option is set.
The following line in backup-loop.sh is missing the "rcon-cli" portion of the command: `retry ${RCON_RETRIES} ${RCON_RETRY_INTERVAL} sync` This results in the command being executed in the mc-backup container instead, calling...
After implementing with docker compose as specified in the documentation, a zombie process is always left behind after running `docker compose up -d`. I believe this to be caused by...