databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

Can I set the backup to only sql files instead of files in gz format? #220

Open javasopp opened 1 year ago

javasopp commented 1 year ago

Can I set the backup to only sql files instead of files in gz format?Thanks

deitch commented 1 year ago

Not right now. But the heart of it is right here, consumed here. If you want to put in a PR to support "none" as an option, I would accept that in. We cannot use "" because the default is gzip.