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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user