The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

WordPress backup plugin

mike888

New Member
Good day Experts.

Since most of you are familiar with Wordpress I thought you would be the best people to ask.

What would be the most essentials features for WordPress backup plugin?

I am planning to develop backup plugin for WordPress (I know they exist already :)
What would you consider most important features? Of course, it would have backup and restore capability, migration, schedule, selection of where to save backups: AWS S3, Google, Dropbox, ect. Would you like to see something extra like active monitoring if it detects potential hacking and other issues with WordPress? Anything else that you would like to see?
 
$ mysqldump --add-drop-table -u root -p my_blog >my_blog.backup.$(date +%F).sql
I do it the hard way :D Periodically
I know there are more ways to skin a cat and my plugin would be for someone less technically advanced and do everything for them.
 
Automation and scheduling are the two most important features while selecting a good backup plugin for Wordpress. Also it should be able to delete the previous backup files from the file server automatically.
 
MI
Back