=== myEASYbackup === Contributors: camaleo Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7P3YH6G2MLTVU Tags: plugin, plugins, admin, administration, backup Requires at least: 2.5 Tested up to: 2.9.2 Stable tag: 0.0.5 Backup, restore, migrate your WordPress installation, both code and MySQL tables, with a single click. == Description == Backup, restore, migrate your WordPress installation, both code and MySQL tables, with a single click. When performing a backup, myEASYbackup creates a single file, called "data set", that includes your data in compressed format (.zip). Data sets are saved outside the WordPress installation directory to avoid someone else discover the links and get them. A list of all data sets with the ability to download, upload (FTP) and delete each of them is also included to keep everything under control. Whether you are a WordPress user or a developer, this plugin is sure to bring you peace of mind and added security in the event of data loss. Another plugin in the myEASY series, conceived to make your life easier! myEASYbackup comes handy before upgrading WordPress or one of the plugins you have installed. This version allows to backup and upload the data sets. For the moment I let you manually — if necessary — restore the data set in the MySQL database and the WordPress folder at the proper location. However I have already planned to add the ability to automatically restore your data set in an easy way: so stay tuned! Related Links: * myEASYwp plugin series homepage * myEASYbackup: the video showing version 0.0.3 in action * myEASYbackup is the perfect companion to myPluginSafeUpgrade, another plugin in the myEASY serie that let you know if all your installed plugins are already compatible with the latest released WordPress version. * For the latest news about the myEASY plugin serie follow me on Twitter * The full set of icons used in this plugin is available here for free == Installation == This section describes how to install the plugin and get it working. 1. Upload the full directory into your `wp-content/plugins` directory 1. Activate the plugin through the 'Plugins' menu in the WordPress Administration page 1. Open the plugin tools page, which is located under `Tools -> myEASYbackup` 1. Click on the backup button and wait myEASYbackup to prepare the backup data set 1. When the backup data set is ready click on the save button to get it on your system == Frequently Asked Questions == = On which WordPress versions did you tested myEASYbackup? = WordPress: 2.5, 2.6, 2.7, 2.8, 2.9.1, 2.9.2 == Screenshots == 1. myEASYbackup main page: you can select to backup the MySQL tables, the Wordpress installation directory or both 2. After the backup data set is created you get a list of all files included and a button to quickly download it == Changelog == = 0.0.5 (6 March 2010) = Fixed: Avoid to issue a warning message when setting infinite time limit, needed to avoid possible interruption while creating/saving big data sets. Now working even on `system()` disabled servers. Blocked the execution on safe_mode enabled servers, it will soon be deprecated so there is no need to loose time on that. Added: Settings page with a number of options like, for example: show/hide debug info, compression level (only on `system()` enabled servers), etc. Ability to upload a data set to the same or a different server. Italian translation. Note: once the upload code will be stabilized I will add some more features like, for example, the ability to restore the tables data and the WordPress installation folder in the proper locations. = 0.0.4 (1 March 2010) = Now faster as, on Linux servers, does use the zip command to compress. On Windows servers it requires the ZipArchive extension, however I changed the code to create a better zip file. Info about installing the ZipArchive extention are provided by the plugin if it does not find it installed, however you can have a look at the ZipArchive page on the PHP site = 0.0.3 (28 February 2010) = Fixed a security issue where a direct call of meb_download.php may have allowed an intruder to get the full blog archive without any permissions. = 0.0.2 (28 February 2010) = Added a check on the installed PHP version as well as the required ZipArchive class. If the PHP version is too old or the ZipArchive class is not installed instruction are provided through a number of useful links. = 0.0.1 (27 February 2010) = The first release. == Upgrade Notice == = 0.0.5 = Needed on servers where some system commands are disabled in the configuration ad to start uploading your data sets in the easiest way. = 0.0.4 = Warmly suggested to upgrade for better performances. = 0.0.3 = Fixed a sever security issue, it is warmly suggested to upgrade. = 0.0.2 = If the initial release does work for your server configuration, there is no need to upgrade. = 0.0.1 = This is the first release. == Translations == * Italian: [myEASYbackup author](http://myeasywp.com/) Dear myEASYbackup plugin User, if you wish to help me with this plugin translation I will really appreciate it. Please send your language .po and .mo files to info@myeasywp.com — also please do not forget include a link to your site so that I can show it with greetings for the translation help at [myeasywp.com](http://myeasywp.com/) and in this document. One useful links if you like to help with the translation but do not know how to do it: [Creating POT Files](http://codex.wordpress.org/User:Skippy/Creating_POT_Files) == Special Thanks to == * [ShinePHP](http://shinephp.com/) for the help with the security issues, ideas and new versions testing.