=== Darwin Backup === Contributors: aguidrevitch Tags: backup, backups, back up, recover, recovery, restore, restoration, duplicate, duplicator, copy site, clone site, cloner, copier Requires at least: 3.0.1 Tested up to: 4.7.0 Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simplest Wordpress backup, restoration and cloning tool for non-techies. Backups with built-in UI. == Description == Darwin Backup is the ultimate backup, restoration and cloning tool for non-techies. There are many backup plugins but restoration has never been this simple, easy, or reliable until now. Darwin Backup is designed to make the restore process as easy as two clicks and, in most cases, you don't need even know what your FTP, mysql credentials or directory location. Just point your browser to the link Darwin Backup provides you with, authorize yourself using your WordPress administrator credentials and click 'Login' and click 'Restore'. = Features = * No techincal knowledge required. * Backup and restore WPEngine.com-hosted sites * Backup and restore sites on the hostings where exec(), passthrough() and pcntl* functions are disabled * Backup sites of any size * Scheduled backups support * Backup both files and database * Restore directly to to the server, or over FTP * Intercepts upgrade and makes backup before upgrade (optionally) Most of the users will be able to recover w/o any knowledge about their Wordpress setup at all. For the rest, we really try to auto-detect as much as we can, however: * with some unusual setups, you might need to know your FTP credentials. * when cloning, you will need to know mysql credentials, and, rarely, FTP credentials. Please let us know if you have trouble restoring at https://wordpress.org/support/plugin/darwin-backup == Installation == **From your WordPress dashboard** 1. Visit **Plugins > Add New** 2. Type **darwin backup** in the search box and click on search button 3. Find **Darwin Backup** plugin. 4. Then click on Install Now after that activate the plugin. 5. The plugin adds a menu item **Darwin Backup** 6. Visit **Darwin Backup > Add New** and create your first backup. (You can always delete it later.) **Installing Via FTP** 1. Download the plugin to your hardisk. 2. Unzip. 3. Upload the **darwin-backup** folder into your plugins directory. 4. Log in to your WordPress admin panel and click the Plugins menu. 5. Then activate the plugin. 6. The plugin adds a menu item **Darwin Backup** 7. Visit **Darwin Backup > Add New** and create your first backup. (You can always delete it later.) == Frequently Asked Questions == = Why do I need to mail / copy to clipboard a link after backup = If something breaks (no matter how severely) and your dashboard is not accessible, you can use this backup link to recover site quickly. **Always email links to archive or copy them to clipboard right after backup** to have instant access to recovery UI, which is built-in into your backup. = My site is not operable after upgrade or an accident? = Just point your browser to the mailed / copied to clipboard link and click restore. = But I've lost the link! = This will require some extra effort: 1. FTP or SSH to your Wordpress installation, go to wp-content/plugins/darwin-backup/backups/ folder and find the recent backup, which filename looks like YYYYMMDD-WPV.E.R.S.I.O.N-STRING.NUMBER.php 2. Copy its filename and point your browser to http://yoursite.com/wp-content/plugins/darwin-backup/backups/YYYYMMDD-WPV.E.R.S.I.O.N-STRING.NUMBER.php 3. If it works - try to recover. If you fail at this stage for some reason, read on. 4. If it is not - copy STRING.NUMBER part, and point your browser to http://yoursite.com/wp-content/plugins/darwin-backup/backups/restore.php?sid=STRING.NUMBER 5. Recover. = Do I need to backup uploads folder? = Only if you are going to replicate the site. Otherwise - no, uploads folder does not contain files needed to restore your Wordpress to a working state, so feel free to not backup it for the restoration purposes. = How to duplicate a site? = Just download a backup (PHP file), upload it to the new site and point your browser to it. = I'm getting Fatal error: Allowed memory size ... exhausted ... during replication = **IMPORTANT**: You can hit this problem only when duplicating sites or pointing your browser directly to the archive file. Copied to clipboard or emailed links, provided after backup or from listing screen, are already wrapped with restore.php * Increase memory_limit php ini setting to be around 2x archive size. Please consult your hosting provider documentation on how to do this. * Sometimes archives are just too large to fit memory. In this case, download restore.php and upload to the same directory where you archive is. = I'm getting blank page during duplication = Most probably you are affected by 'out of memory' issue above. Please follow up the steps described in **I'm getting Fatal error: Allowed memory size ... exhausted ...** section = Restore on a different host stops suddenly during duplication = An observation shows that some hosting providers decrease memory_limit dynamically (for example GoDaddy), and even though you are able to open restore panel, it might fail with 'out of memory' on the subsequent requests. See **I'm getting Fatal error: Allowed memory size ... exhausted ...** section for possible solutions = Why authorize during restore? = The archives produced by Darwin Backup are world-accessible and do not depend on Wordpress code base so you can restore even if your Wordpress renders 500 Internal Server Error. If archives are not protected with username / password, a malicious user who has the link to archive can restore your site to some previous state w/o your permission. On restore, archive will check if it can authorize you against your current Wordpress installation, and if it can - it will prompt you for your Wordpress username / password. If your original Wordpress mysql instance is not accessible (eg when restored on a different host) - you will get directly to the recovery screen, no username/password asked, so do not forget to delete archive == Screenshots == 1. Backup before core, theme or plugin upgrade, progress meter 2. Backup before core, theme or plugin upgrade, complete 3. List of available backups 4. Restore panel == Changelog == [CHANGELOG](https://plugins.svn.wordpress.org/darwin-backup/trunk/CHANGELOG.txt)