Personal backups / archives / exports
I'm sure Posterous has an immaculate backup system for keeping all of our data safe. I'd still really like an ability to do a full, personal backup/archive of my Posterous blogs. In many cases, our blogs wind up containing a huge amount of valuable personal information, and having a structured archive of a Posterous on our own hard drives is a very reassuring notion. It also sends a strong message in support of data portability. Thanks,
Jeff
Jeff

Comments (43)
posterous.com/api
The next set of features here will be to allow reading of an entire posterous site. You will then be able to write tools to export/backup from posterous
@Jeff, if you are a Mac user this is a really fast way to set up a simple backup with no developer chops required: http://kenclark.me/a-quick-and-easy-way-to-back-up-posterous-wit. It could certainly get way more sophisticated than this, but this will get you started.
thanks!
Point is, there's no such thing as a "full backup" so we offer everything through the api, so you can get the data in any way you want.
I understand that it's complicated, and probably wouldn't be perfect, but when you look at this:
http://www.marco.org/277762675
claiming that it couldn't be done well rings a little hollow.
Thing is, what is the point of that backup? It's not like you can take it and dump it into Wordpress or another service. You would still need to develop something custom
Speaking for myself, I'm not expecting that much. I love posterous. I'm not looking into moving it into wordpress. Just some kind of simple backup of, or info dump in case of disaster, of my writing would be fine (pictures are also sent to flickr, so that's not a problem).
And I'm not against the using the API. If someone builds a simple tool through it that would be great.
http://www.backuperous.com
It's just a simple front end to the api so you can easily get the xml from your blog without having to type in the 'get' command manually. It will also grab your site id automatically, so you don't have to scrounge around for it.
But as Sachin points out, once you get the xml, you can't really do much with it unless you build something custom on top of it. At least you'll have a local copy, which is better than nothing.
I will probably eventually add an automatic download feature, so that you don't have to do the "Save As" step. Also, none of the media will be saved.
Hope someone will find this useful, at least until backupify adds posterous to their list.
I did a quick update so it automatically downloads the xml file now. It also does a quick check and lets you know if you typed in your blog name incorrectly.
Now if only there were a way to grab all of one's media (pix, images, etc.)... One idea is to parter with http://dropbox.com, to allow subscribers to serve content from a specified folder in their dropbox.
If there are any dropbox-ers out there, vote on it: https://www.dropbox.com/votebox/956/partner-with-posterous-com-to-archive-lif... I.E. instead of http://yourBlog.posterous.com serving images from http://files.posterous.com/yourBlog/FiOXo0MBGsxn5XYLPy6wp2YDNfhLk8k9C1zHI06K1..., why synch that yourBlog folder with one in your dropbox?
Without authenticating, I don't think you can query the API to check the number of post, but if you cycle through x number of posts per call, if will return this when there are no more pages to return:
<?xml version="1.0" encoding="UTF-8"?><rsp>
</rsp>
The following gives me the 50 most recent:
http://posterous.com/api/readposts?hostname=chieftech&num_posts=50&page=1This gives me the next 50:
http://posterous.com/api/readposts?hostname=chieftech&num_posts=50&page=2Or you can grab individual posts, again starting with the latest first - this gives me my very first post:
http://posterous.com/api/readposts?hostname=chieftech&num_posts=1&page=187Does that make sense?
Enter your subdomain and it will automatically pull all your posts. 50 posts per page, but all the pages will be appended together into one file. The total number of pages (not including the empty last one) will be appended to the download file's name.
I'm glad you can use Backuperous. I'm taking suggestions for improvements/bugs on my blog post, at least until my app gets obsoleted.
http://www.backuperous.com
http://www.inforift.com/backuperous-an-exercise-in-execution
I'm still looking for the official backup tool from Posterous which should include all files attached.
I have over the years passed up Posterous for several projects because there is no way to export to Wordpress. I think Posterous could be great as a way of starting up a blog, and once the needs outgrow Posterous (for example, a shopping cart is needed) the site could migrate to Wordpress or elsewhere.
Posterous could be awesome as an incubator for content driven sites, but not right now.
Keeping users loyal by not making it simple to back-up and then migrate when they need to has, at least in my case, kept users away from Posterous in the first place.
So, what's the state of all this right now?
Leave a comment...