Added mysql backup script

This commit is contained in:
Michael Mandl 2020-02-03 21:06:20 +01:00
parent 033202a6a4
commit a263b53dc3
3 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,6 @@
from debian
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp mariadb-client
RUN TF=`mktemp` &&\
wget "https://hndl.urbackup.org/Client/latest/update/UrBackupUpdateLinux.sh" -O $TF &&\