quickshiftin / mysqlbkup

Lightweight MySQL backup script in BASH
GNU Lesser General Public License v3.0
157 stars 70 forks source link

Use xz compression #9

Closed amedee closed 9 years ago

amedee commented 9 years ago

xz has better compression than gzip, and is very well supported nowadays.

quickshiftin commented 9 years ago

Hi, thanks for this. I'd like to allow for any compression program, but keep gzip as the default. I've modified my master branch accordingly.

https://github.com/quickshiftin/mysqlbkup/commit/b763a156f46539ef912cd60bd917c29b1428f350

Thanks for all your work on this project!