Added mysql backup script
This commit is contained in:
parent
033202a6a4
commit
a263b53dc3
3 changed files with 17 additions and 1 deletions
|
@ -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 &&\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue