Yes, this can be very useful for forum/message board sites with large databases. In your control panel under cron jobs use the following command:
mysqldump --user=YOURDBUSERNAME --password=YOURDBPASSWORD --quick --add-drop-table --add-locks --extended-insert --lock-tables --all DATABASENAME | gzip > /home/username/path/to/backup/folder/databasename-`date -I`.gz
- 420 Users Found This Useful
Related Articles
How can I change the default page / document?
Create a .htaccess file, include the below information into it and upload it to the public_html...
How to create a temporary 302 redirect via htaccess
An easy way to create a temporary redirect from one page to another web page is to use the 302...
When I type in my domain it goes to ultrawebhosting.com
You may have the IP cached of the previous server on your system. Try a reboot. If you run WinNT,...
How do I parse html files as shtml?
Create an .htaccess file in the directory needed and add the following: AddHandler...
SSL - Creating a CSR in Windows 2003
Creating the CSR IIS Windows 2003 or 2000 Server: From Administrative Tools, run the Internet...
