From 2f64b7ab35cc38d3f91ba213ea68a3d2f6161286 Mon Sep 17 00:00:00 2001 From: Naum Soloveychik Date: Fri, 10 Jan 2020 21:49:19 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6778d54..40afd55 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ Feature rich MySQL / MariaDB backup script. **Usage:** `mysql_backup.sh -d /var/backup -n daily [-c 10 -s -a -e test@domain.org]` -- **-d , --dir** +- **-d , --dir** backup directory -- **-n, --name** +- **-n, --name** backup name -- **-c, --copies** +- **-c, --copies** number of copies to store (default 10) -- **-e, --email** +- **-e, --email** notification email - **-l, --lock-all-tables** - **-s, --single-transaction** -- **-z, --compress** +- **-z, --compress** compress dump by gzip - **-q, --quiet** - **-h, --help**