Backup online blogs to local
Blogs20102010-11-17
I want to backup my blogs in Wordpress.com and store locally as backup.
The steps are like these:
- Download and install the latest wordpress 3.0.1 into my notebook, do some simple configure, make http://localhost/wordpress works.
- Goto admin screenâs Export Tool (Tools->Export) to fetch data:
https://username.wordpress.com/wp-admin/export.php
The âExportâ tool will create an XML file and save it locally.
There is a âFiltersâ option in the âExportâ screen. The Filters have several options for customizing output, such as start date, end date, which categories to backup, etc.
Just leave alone these options, directly click the âDownload Export Fileâ button, a XML format file download to local machine, - Import the XML file to local/wordpress. (Tools->Import)
login to http://localhost/wordpress/wp-admin/import.php, select âimport posts, pages, comments, custom fields, categories, and tags from a WordPress export fileâ.
Then choose the XML file to import the data into local wordpress database.
It is done. With pma (phpMyAdmin), by access http://localhost/phpmyadmin/, the wordpress databaseâs 11 tables filled up with new data which is orignial from online blog.
By checking http://localhost/wordpress/, everything is here, exactly the same as online blog. Pretty easy and cool.
