From d3b018c100ce68582f43493cf4f02aec3a9655b8 Mon Sep 17 00:00:00 2001 From: Silthus <755327+Silthus@users.noreply.github.com> Date: Thu, 26 Nov 2020 11:04:27 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7d9c078..05185e4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Features: * Backs up docker volumes or host binds * Backs up postgres, mariadb and mysql databases +* Backups up minecraft server volumes pausing save before backup * Notifications over mail/smtp or Discord webhooks Please report issus on [github](https://github.com/ZettaIO/restic-compose-backup/issues). @@ -108,6 +109,18 @@ services: postgres-credentials.env volumes: - pgdata:/var/lib/postgresql/data + + minecraft: + image: itzg/minecraft-server + labels: + restic-compose-backup.minecraft: true + restic-compose-backup.tags: "test,foo,bar" + restic-compose-backup.volumes.include: "minecraft" + environment: + - RCON_PASSWORD=minecraft + - EULA=TRUE + volumes: + - ./minecraft:/data volumes: media: