quickshiftin / mysqlbkup

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

Support for more granular backups #13

Closed irfanypatel closed 7 years ago

irfanypatel commented 7 years ago

Due to the current way the date format is being set, this script does not support hourly backups (for example) - it would be good if the date format is exposed within the config file. As far as I can see this should be sufficient to support multiple backups within a day.

quickshiftin commented 7 years ago

Hi @meesameesa, given the initial stated purpose of the script to be for daily backups I don't view this as an issue. If you want to provide a pull request though I'd be happy to incorporate it as long as the code is clean.