Switched to rsync
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ services:
|
|||||||
# Same image as mc, but any base image with bash and tar will work
|
# Same image as mc, but any base image with bash and tar will work
|
||||||
image: itzg/mc-backup
|
image: itzg/mc-backup
|
||||||
restart: "no"
|
restart: "no"
|
||||||
entrypoint: restore-tar-backup
|
entrypoint: restore-rsync-backup
|
||||||
volumes:
|
volumes:
|
||||||
# Must be same mount as mc service, needs to be writable
|
# Must be same mount as mc service, needs to be writable
|
||||||
- ./mc-data:/data
|
- ./mc-data:/data
|
||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
PRUNE_BACKUPS_COUNT: 3
|
PRUNE_BACKUPS_COUNT: 3
|
||||||
RCON_PASSWORD: ${RCON_PASSWORD}
|
RCON_PASSWORD: ${RCON_PASSWORD}
|
||||||
RCON_PORT: 25585
|
RCON_PORT: 25585
|
||||||
BACKUP_METHOD: "tar"
|
BACKUP_METHOD: "rsync"
|
||||||
volumes:
|
volumes:
|
||||||
- ./mc-data:/data:ro
|
- ./mc-data:/data:ro
|
||||||
- ./mc-backups:/backups
|
- ./mc-backups:/backups
|
||||||
|
|||||||
Reference in New Issue
Block a user