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
Your connection to this server has been blocked at the firewall
If you receive the message: "Your connection to this server has been blocked at the firewall. If...
I have a reseller account. What can I use for billing software and automation?
There are many great programs that work for both billing, domain and cpanel integration. Check...
What is this Code 304 appearing in my stats?
304 is typically sent as a header if a visitor re-requests a document and the document has not...
How can I change the index listing in a directory?
You can change the initial page that is sent to client requests when a directory is accessed by...
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...
