mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 09:52:21 +00:00
feat: replace mysqldump with mydumper and dump each table into own file
This commit is contained in:
committed by
Silthus
parent
b6a711a70d
commit
d54013d700
@@ -11,11 +11,11 @@ ADD https://github.com/itzg/rcon-cli/releases/download/${RCON_CLI_VERSION}/rcon-
|
||||
RUN tar x -f /tmp/rcon-cli.tar.gz -C /opt/ && \
|
||||
chmod +x /opt/rcon-cli
|
||||
|
||||
|
||||
FROM restic/restic
|
||||
|
||||
RUN apk -U --no-cache add \
|
||||
bash \
|
||||
mydumper \
|
||||
coreutils \
|
||||
openssh-client \
|
||||
python3 py3-pip \
|
||||
|
||||
Reference in New Issue
Block a user