Web Hosting Talk







View Full Version : mysql backup


stephenn
11-18-2002, 07:59 PM
Hi,

How do we do the mysql backup on WHM??

Thanks

apollo
11-19-2002, 08:37 AM
I guess you should do it with a custom scripting. First, you will need to create a small script that will dump all existing mysql databases to some directory. Then you will zip all dumped content (for example, using gunzip). Then you will need to set-up a cron job and you are done :)