From 15fa2d20985246f779eac66bf65603a50c01d61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yavuz=20Ayd=C4=B1n?= Date: Thu, 24 Jan 2019 13:00:46 +0100 Subject: [PATCH] Changes to README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..55f65ee 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +[Snel.com](https://static.snel.com/logo/Snel.com-Logo.png) + +# MySQL / MariaDB backup script # + +Allows you to create and restore local MySQL / MariaDB backups + +## Install script ## + +``` +sudo wget -O /usr/local/sbin/backup_mysql.sh +``` + +## Install cronjob ## + +TBD + +## Recover database ## + +TBD