=== Complete Central Backup === Contributors: Justin Greer Donate link: http://blackbirdi.com/donate Tags: backup,restore,database backup,help Requires at least: 3.4.2 Tested up to: 3.8.1 Stable tag: 2.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create a instant live backup of your database with just a click of a button. == Description == Lets face it! Losing your data is always breath taking. Its like losing your wallet. Complete Central Backup allows for backups to be made on the fly. There are some backup plugins out right now but sometimes they just get too clunky and are hard to follow. We designed this plugin for the normal user with a clean and simple dashboard to go along with WordPress 3.8. Included Features: * ONE CLICK to create a backup of your database or file system. * Schedule weekly, monthly or daily backups of your database or entire WordPress install. * Enable or disable backup notifications when a scheduled backup is ran. * Ability to upgrade the plugin and or WordPress without losing any backup data. * Download your backups for safe keeping. * New component struture to support future features. All plugin support matters are recommended to be place at our blog. This way you will get a response sooner as this plugin has limited support. == Installation == 1. Upload the `complete-central-backup` directory to the `/wp-content/plugins/` directory or use the built in plugin installer. 1. Activate the plugin through the 'Plugins' menu in WordPress 1. You can find the plugin dashboard by visiting "backup" tab == Frequently Asked Questions == = What happened to the restore feature of the plugin? = We have removed the restore feature for the time being. If you find yourself in need of a restore, you can use phpMyAdmin to do so. You are welcome to visit our blog and ask for help as well. For a small fee, an expert in WordPress recovery can be assigned to help. = "I lost everything!!! It is your fault!" = Although we are happy to help, We (Blackbird Interactive and any developers) take no responsibility for actions done by the user using this plugin. Extreme caution should be taken when ever dealing with any database or files files. == Upgrade Notice == Starting at version 2.0.0, previous backups using version below 2.0.0 are not compatiable with 2.0.0 +. Before upgrading please created a manual backup NOT using the Complete Central Backup plugin. == Screenshots == == Changelog == = 2.0.2 = * UI cleanup * Moved some internal code around for future additions = 2.0.1 = * Endless loading issue patched * Minor change to e-mail notification * Added sidebar in page layout for contacting support * Added browser warning (plugin uses heave JS) * Fixed notification warning causing some bad juju with default admin email * Fixed other none bugs = 2.0.0 = * Project completely rebuilt from the ground up. * Scheduling feature rebuilt to support daily, weekly, monthly backups using wp_cron * Restore feature removed for the time being. * Security patches for with data vulnerability. * Added all new backup features. * Move where backups are stored. This prevents backups from being removed when updating plugin or WordPress. * Started developer platform for the plugin to allow for extensions to be added. = 1.0.5 = * This update was a security update which prevents direct access to raw backup data. = 1.0.4 = * Added Support for sites that WordPress is in a sub directory. * Added features to make future compatibility automatic * Change bloginfo("admin_email") in wp_mail() to fix bug in mailing system - Notifications now work via email when the scheduled backup is turned off and or a backup has been complete. * Started integration of encryption for database's with sensitive information. = 1.0.3 = * Styled logout button * Cleaned un-needed files for class directory * Added Weekly Scheduling Feature * Patched naming for backup listings = 1.0.2 = * Init Public build