How do you backup a blog?
How do you backup a blog?
For Wordpress blogs, use the the WordPress Database Backup plugin. This plugin is included with all installs of Wordpress starting with version 2 I believe. Once enabled, you just go tot he backups section of the manage screen, make a few selections and it’ll backup your blog posts to your desktop or email. I wouldn’t suggest backing up to the server as that won’t do you any good if your web server goes down.
For Wordpress.com blogs, click on Manage and then Export.
With TypePad just got to the Import/Export area on the Manage tab of your admin area. Here you’ll be able to export all posts to your desktop. [backup support page]
Movable Type users can login to their admin area and click on Import/Export and then select Export.
Blogger doesn’t allow an export of all your posts like other services. However, you can edit your template with a bit of custom code to output all posts on one page, then save that page and revert back to your old template. Not the best solution but it should work. [Blogger How-To Page]
There are also web services that will do this for you too. Backupmyblog.com will backup any MySQL based blog and it’s free while they are in beta mode. I haven’t tried it but I’d be interested to hear if anyone has tried any web based services.
For any services not listed, just go to the support section of your blog provider and search for backup.
Backing up your blog is important and the unofficial Blog Backup Day is the 13th of each month.
[tags]backup,blog,backupmyblog,mysql,blog backup day[/tags]
Categories: Backup, Blogger, BloggerDesign, Commentary, Movable Type, Plugins, TypePad, Wordpress
Tags Backup, backupmyblog, Blog, blog-backup-day, mysql
Friday, October 13th, 2006







Where is my blog backed up? In two places, really. One - on the laptop where it is created, through the RapidWeaver desktop application, and second, on my iPod Shuffle. Backing up the blog on the iPod Shuffle also means portability. I can plug in the iPod Shuffle to any Mac with a USB port (all of them) and begin posting.
You sound like you are ahead of the game Louis. Good to hear.
[...] How do you backup a blog? by BloggerDesign [...]
[...] Pages: 1 2 I got this idea from BloggerDesign’s “Bloggers Get Hacked”. He suggested on his “How do you backup a blog?” that there is, besides of the fact that you should do it yourself using the Wordpress Database Backup Manager plugin, another service at Backupmyblog.com offers backup any MySQL based blog. [...]
[...] very important to backup your files and database. Files can be gotten via a FTP client and here are instructions on backing up your blog [...]
I run a mysqldump of my blogs daily through a cron job and keep them for a specified number of days on the server and the host also keeps copies of the backups. You can’t have too many backups.