PDA

View Full Version : Database backup scheduler...



Kc
Mar 20th, 2011, 11:43 PM
We currently have MySQLDumper on the server. Do we have anyone here who knows how to create some sort of schedule for backups for it? I've done some research and it's something to do with Crons....?
shovel:) To the problem!

j0be
Mar 21st, 2011, 06:33 AM
Yeah, you're going to want to use a chron job pointing to a php file. I'll email you a stripped version of the one I use. Mine zips up 7 servers databases then emails it to me. You can set the chron to whatever interval you'd like. Mine is nightly.

edit: sent

Kc
Mar 21st, 2011, 09:26 AM
Yeah, you're going to want to use a chron job pointing to a php file. I'll email you a stripped version of the one I use. Mine zips up 7 servers databases then emails it to me. You can set the chron to whatever interval you'd like. Mine is nightly.

edit: sent
You kick more add than you know...

j0be
Mar 21st, 2011, 09:46 AM
You kick more add than you know...

I would absolutely love it if someone accidentally said something like that in We're alive because you made a typo on the script.

"Michael, you're being a complete add"

Kc
Mar 21st, 2011, 01:19 PM
HA HA! Oops. Ok j0be and I figured it out! Closing Thread! Backups now run Daily!