Wednesday November 14, 2007
TOTD #17: Backing Up your Blog Posts on Roller
This TOTD explains how to back up your blog posts hosted on Roller-based installations. The instructions are borrowed from Rich's original post.
blogapps-examples-1.0.4\java and invoke
ant.blogapps-examples-1.0.4\java\ex02\dist\grabber
directory and edit config.properties to match your settings. My
config file looks like:download_dir=./bsc_saved
blog_apitype=metaweblog
blog_username=arungupta
blog_password=<my password>
blog_id=arungupta
blog_url=http://blogs.sun.com/roller-services/xmlrpc
max_entries=1000Grabber.bat as:java -Dhttp.proxyHost=<proxy host> -Dhttp.proxyPort=<proxy port> -classpath
%_cp_% com.manning.blogapps.extra02.Grabber %1 %2 %3Grabber.bat.All the blog entries are locally stored in the directory specified in
config.properties (./bsc_saved in this case). And a convenient
grabber-index.html page is generated that indexes all the entries.
There are multiple directories in my blog resources. Moreover I'd like to link the resources to my backed up blog posts as well. So backing up resources seems like a slightly more involved process so I'll try that later. Otherwise Grabber is very cool and convenient for those in-flight and airport lounge times :)
Please leave suggestions on other TOTD that you'd like to see. A complete archive is available here.
Technorati: totd blogs roller grabber
Posted by Arun Gupta in General | Comments[5]
|
|
|
|
|
Today's Page Hits: 1621
Total # blog entries: 1002