Exporting Blogsome
June 13, 2009One thing which has been on my mind recently, is backing up this Blog. I’ve got a lot of stuff on here I don’t want to lose, and the fact that I was getting random database errors this afternoon didn’t fill me with confidence.
Anyhoo, backing up Wordpress usually isn’t too much of an ordeal, except I obviously don’t have access to all the Good Stuff in the back-end of Blogsome’s setup. And from having a look through the forums, it looks like there’s a few solutions out there (none of which are very easy).
I found this page, which has what looks like a pretty nifty command you can use to basically do a static dump of a site to HTML files. So here ’tis:
wget -k -m -r http://url
I’ve run it on mine, so at least I have all the test from the site to keep for a rainy day.
