From c577ad832faef7e8eeed9e8102932f32f600d8b0 Mon Sep 17 00:00:00 2001 From: Naum Soloveychik Date: Fri, 10 Jan 2020 22:11:14 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ```