I need to backup my MySQL database on my current system. I use the mysqldump
command in a cron job using a shell script.
Here is roughly what I am doing:
It will take about 1 hour to finish my question:
I need to compress the data, so I would like to know if I should first backup the file as pure sql and then compress it or compress it right away from the mysqldump command?
source share