diff --git a/README.md b/README.md index 4c976b1..6bedfaa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ MySQL backup shell script Feature rich MySQL / MariaDB backup script. +## Installation + +- `git clone https://github.com/1sept/mysql_backup.git` +- set database `user` and `password` in `.my.cnf` located in user homedir. + ## Usage **Usage:** `mysql_backup.sh -d /var/backup -n daily [-c 10 -s -a -e test@domain.org]` @@ -22,10 +27,6 @@ compress dump by gzip - **-q, --quiet** - **-h, --help** -## Setup database password - -Set database `user` and `password` to user that execute script using `.my.cnf` in user homedir. - ## .my.cnf example ```