Changes to README

This commit is contained in:
Yavuz Aydın 2019-01-24 13:00:46 +01:00
parent 423f55408f
commit 15fa2d2098
1 changed files with 19 additions and 0 deletions

View File

@ -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