petesmc
01-20-2001, 03:26 PM
To make your account create a back up every night just -
Goto your control panel located at:
http://www.your-domain.com/controlpanel/
And click on the Crontab icon near the bottom of the page. Then enter this:
0 0 * * * mysqldump --opt --user=username --password=password database-name > path/backup-file.sql
Peter
Goto your control panel located at:
http://www.your-domain.com/controlpanel/
And click on the Crontab icon near the bottom of the page. Then enter this:
0 0 * * * mysqldump --opt --user=username --password=password database-name > path/backup-file.sql
Peter