Hey Guys,
I'm looking for a way, maybe in PHP, to automatically back up my DB's. I've got some somewhat critical Ecommerce stuff running, and Im starting to not feel good about my daily back ups. I'd like to ideally tie in back ups of certain tables to certain events. ie, a New order comes in, and the customer and orders table get backed up.
I could also deal with a cron job that backs up every .5 hours or something stupid.
I realize the quick and dirty way is to just write some PHP that dumps everything to a CSV file, but Im looking for something more elegant, hence, me asking people way smarter than myself.
Thanks in advance
Josh
I'm looking for a way, maybe in PHP, to automatically back up my DB's. I've got some somewhat critical Ecommerce stuff running, and Im starting to not feel good about my daily back ups. I'd like to ideally tie in back ups of certain tables to certain events. ie, a New order comes in, and the customer and orders table get backed up.
I could also deal with a cron job that backs up every .5 hours or something stupid.
I realize the quick and dirty way is to just write some PHP that dumps everything to a CSV file, but Im looking for something more elegant, hence, me asking people way smarter than myself.
Thanks in advance
Josh