Update README.md

This commit is contained in:
Naum Soloveychik
2020-01-10 22:37:24 +03:00
parent e46bff9d38
commit a22a51ea4a

View File

@@ -22,7 +22,9 @@ number of copies to store (default 10)
**-e, --email**
notification email
**-l, --lock-all-tables**
lock all tables across all databases. This is achieved by acquiring a global read lock for the duration of the whole dump. This option automatically turns off `--single-transaction` and `--lock-tables`.
**-s, --single-transaction**
this option sets the transaction isolation mode to REPEATABLE READ and sends a START TRANSACTION SQL statement to the server before dumping data. It is useful only with transactional tables such as InnoDB, because then it dumps the consistent state of the database at the time when START TRANSACTION was issued without blocking any applications.
**-z, --compress**
compress dump using gzip
**-q, --quiet**