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
Create a 410 Redirect for Missing Files
A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...
How can I redirect http to https?
Create an .htaccess file with the following contents and upload it to your public_html directory....
When I upload an htaccess file it disappears
On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...
What are some tools are available to optimize my website?
There are many great tools to optimize your website. There is an optimize tool in your hosting...
Adding HTML to Site Builder
When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...
