Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Automatic Database Backup - Lazy Backup Plugin Idea

0 votes

I wonder that there us no plugin for database backup. This plugin is desperately needed by all the q2a users. Here are  the features for a good Database Backup plugin

  • The plugin should be able to perform scheduled database backup.
  • It should be able to analyze database to find out the peak hours and lazy hours of q2a website. Based on the analysis, the plugin should be able to decide which time to consider for automatic lazy backup.
  • It should provide rotational backup, which means that it should replace the older backups.The admin should be able to set how long the old backup will remain in the sever. This will ensure that  the old backup doesn't eat the server space.
  • Most important of all - the plugin should be able compress and email database backup to the specified admins email id. It should split the backup if its more than 5MB.
asked Nov 9, 2011 in Plugins by Ayub Khan
recategorized Nov 13, 2011 by gidgreen
I think if it were desperately needed, someone would have made it by now.  mysql backups are pretty easy; I use cron for mine (backs up wordpress as well).

If you want a plugin made, no better way than to make it yourself :)

Please log in or register to answer this question.