{"id":47682,"date":"2011-10-08T15:21:21","date_gmt":"2011-10-08T15:21:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordpress-database-backup-plugin\/"},"modified":"2011-10-08T15:21:21","modified_gmt":"2011-10-08T15:21:21","slug":"wordpress-database-backup-plugin","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wordpress-database-backup-plugin\/","author":8410997,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"7.9.1","stable_tag":"trunk","tested":"3.1.4","requires":"2.0.3","requires_php":"","requires_plugins":"","header_name":"WordPress Database Backup","header_author":"Jason Jones","header_description":"","assets_banners_color":"","last_updated":"2011-10-08 15:21:21","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.wordpressconnect.net\/wordpress-database-backup-plugin\/","header_author_uri":"http:\/\/www.wordpressconnect.net\/wordpress-database-backup-plugin\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2882,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[151,4567,153,1627],"plugin_category":[59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-47682","plugin","type-plugin","status-closed","hentry","plugin_tags-backup","plugin_tags-cron","plugin_tags-database","plugin_tags-mysql","plugin_category-utilities-and-tools","plugin_committers-jimjones"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordpress-database-backup-plugin.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>wpbackup allows you easily to backup your core WordPress database tables.  You may also backup other tables in the same database.<\/p>\n\n<p>Released under the terms of the GNU GPL, version 2.\n   http:\/\/www.fsf.org\/licensing\/licenses\/gpl.html<\/p>\n\n<pre><code>          NO WARRANTY.\n\nCopyright (c) 2011 Jason Jones\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Extract the wpbackup\/ folder file to \/wp-content\/plugins\/<\/li>\n<li>Activate the plugin at your blog's Admin -&gt; Plugins screen<\/li>\n<li>The plugin will attempt to create a directory \/wp-content\/backup-*\/ inside your WordPress directory.<\/li>\n<li>You may need to make \/wp-content writable (at least temporarily) for it to create this directory. \nFor example:\n   $ cd \/wordpress\/\n   $ chgrp www-data wp-content (where \"<code>www-data<\/code>\" is the group your FTP client uses)\n   $ chmod g+w wp-content<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I restore my database from a backup?<\/dt>\n<dd><p>Briefly, use phpMyAdmin, which is included with most hosting control panels. More details and links to further explanations are <a href=\"http:\/\/codex.wordpress.org\/Restoring_Your_Database_From_Backup\">here<\/a>.<\/p><\/dd>\n<dt>Why can't I schedule automatic backups to be saved to my server?<\/dt>\n<dd><p>Although wpbackup provides the option of saving the backup file to the server, I strongly discourage anyone from leaving backed-up database files on the server. If the server is not perfectly configured, then someone could gain access to your data, and I do not want to make it easy for that to happen.<\/p><\/dd>\n<dt>My backup stops or hangs without completing.<\/dt>\n<dd><p>If you edit the text of wpbackup.php in a text editor like Notepad, you\u2019ll see around line 50 the following:<\/p>\n\n<pre><code>\/**\n* Set MOD_EVASIVE_OVERRIDE to true\n* and increase MOD_EVASIVE_DELAY\n* if the backup stops prematurely.\n*\/\n\/\/ define('MOD_EVASIVE_OVERRIDE', false);\ndefine('MOD_EVASIVE_DELAY', '500');\n<\/code><\/pre>\n\n<p>Do what it says: un-comment MOD_EVASIVE_OVERRIDE and set it to true like so:<\/p>\n\n<pre><code>define('MOD_EVASIVE_OVERRIDE', true);\n<\/code><\/pre>\n\n<p>That will slow down the plugin, and you can slow it even further by increasing the MOD_EVASIVE_DELAY number from 500.<\/p>\n\n<p>Better yet, put the lines that define the <code>MOD_EVASIVE_OVERRIDE<\/code> and <code>MOD_EVASIVE_DELAY<\/code> constants in your wp-config.php file, so your settings don't get erased when you upgrade the plugin.<\/p><\/dd>\n<dt>What is wpbackup.pot for?<\/dt>\n<dd><p>This files is used by non-English users to translate the display into their native language.  Translators are encouraged to send me translated files, which will be made available to others here:http:\/\/www.wordpressconnect.net\/wordpress-database-backup-plugin\/\nhttp:\/\/www.wordpressconnect.net\/wordpress-database-backup-plugin\/= Why are only the core database files backed up by default? =<\/p>\n\n<p>Because it's a fairly safe bet that the core WordPress files will be successfully backed up.  Plugins vary wildly in the amount of data that they store.  For instance, it's not uncommon for some statistics plugins to have tens of megabytes worth of visitor statistics.  These are not exactly essential items to restore after a catastrophic failure.  Most poeple can reasonably live without this data in their backups.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=other_notes-->\n<h3>Usage<\/h3>\n\n<ol>\n<li>Click the Tools or Manage menu in your WordPress admin area.<\/li>\n<li><p>Click the Backup sub-menu.<\/p><\/li>\n<li><p>The plugin will look for other tables in the same database.  You may elect to include other tables in the backup.\n** NOTE **\nIncluding other tables in your backup may substantially increase the size of the backup file!\nThis may prevent you from emailing the backup file because it's too big.<\/p><\/li>\n<li><p>Select how you'd like the backup to be delivered:<\/p><\/li>\n<\/ol>\n\n<p>* Save to server : this will create a file in \/wp-content\/backup-*\/ for you to retreive later\n* Download to your computer : this will send the backup file to your browser to be downloaded\n* Email : this will email the backup file to the address you specify<\/p>\n\n<ol>\n<li>Click \"Backup!\" and your database backup will be delivered to you.<\/li>\n<\/ol>\n\n<p>The filename of the backup file will be of the form\n   DB_prefix_date.sql\nDB = the name of your WordPress database, as defined in wp-config.php\nprefix = the table prefix for this WordPress blog, as defined in wp-config.php\ndate = CCYYmmdd_B format:  20050711_039\n       the \"B\" is the internet \"Swatch\" time.<br \/>\n       See the PHP date() function for details.<\/p>\n\n<p>When having the database backup emailed or sent to your browser for immediate download, the backup file will be <em>deleted<\/em> from the server when the transfer is finished.  Only if you select delivery method \"Save to server\" will the backup file remain on your server.<\/p>\n\n<p>*** SECURITY WARNING ***\n   Your database backup contains sensitive information,\n   and should not be left on the server for any extended\n   period of time.  The \"Save to server\" delivery method is provided\n   as a convenience only.  I will not accept any responsibility\n   if other people obtain your backup file.<\/p>","raw_excerpt":"On-demand backup of your WordPress database.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=47682"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jimjones"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47682"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47682"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47682"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47682"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47682"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}