From b1dcac46eb2a01a9a5e5ccfe04b8a6ee71b82b55 Mon Sep 17 00:00:00 2001 From: Eldar Ikhsanov Date: Fri, 17 Jul 2026 17:41:47 +0300 Subject: [PATCH] Switched to rsync --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d490ab0..9c961fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: # Same image as mc, but any base image with bash and tar will work image: itzg/mc-backup restart: "no" - entrypoint: restore-tar-backup + entrypoint: restore-rsync-backup volumes: # Must be same mount as mc service, needs to be writable - ./mc-data:/data @@ -57,7 +57,7 @@ services: PRUNE_BACKUPS_COUNT: 3 RCON_PASSWORD: ${RCON_PASSWORD} RCON_PORT: 25585 - BACKUP_METHOD: "tar" + BACKUP_METHOD: "rsync" volumes: - ./mc-data:/data:ro - ./mc-backups:/backups