View Single Post
  #2  
Old 06-24-2008, 09:52 PM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Default Re: Save database with Cron job

I don't believe there is a command to export a database (I haven't come across one in all my years of using database, but I've never looked either).

I believe you would have to execute a script using cron jobs that would select the contents of the database, export in the format you want, and either store the backup however you wanted it stored.

Again I could be wrong, but I have never heard of a simple command to do all of this.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote