Update README.md

This commit is contained in:
Naum Soloveychik
2020-01-10 21:49:19 +03:00
parent 4ada97288b
commit 2f64b7ab35

View File

@@ -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]` **Usage:** `mysql_backup.sh -d /var/backup -n daily [-c 10 -s -a -e test@domain.org]`
- **-d , --dir** - **-d , --dir**
backup directory backup directory
- **-n, --name** - **-n, --name**
backup name backup name
- **-c, --copies** - **-c, --copies**
number of copies to store (default 10) number of copies to store (default 10)
- **-e, --email** - **-e, --email**
notification email notification email
- **-l, --lock-all-tables** - **-l, --lock-all-tables**
- **-s, --single-transaction** - **-s, --single-transaction**
- **-z, --compress** - **-z, --compress**
compress dump by gzip compress dump by gzip
- **-q, --quiet** - **-q, --quiet**
- **-h, --help** - **-h, --help**