I have updated this website to import my older browsercap details from the previous site minus the information in the fossil source control.
That got me into looking at the log files from the older site. It looks like the last time I updated the botblocker project was in 9-26-2014 (my birthday actually), which sounds about right, that should be the last time I updated any of my Browsercap files as well. The scary thing is I have logs from 2006 to present from my botblocking project along with all the captured headers from my website, all saved. I didn't bother saving this to a DB, but to flat files using simple MD5 checksums and a folder structure to help reduce the amount of files in one folder to a reasonable level. So instead of trying copying all those files to a new location, I wrote a program to read that data and dump it into a new sql lite db. This will allow me to play with this data a bit easier in the future. And if I want to start working on my browser detective again I will have all the test data to redo unit tests at my finger tips. I imagine this DB will be 300-400 MB in size once this finishes up.
I am actually enjoying using sql lite db, in place of MS access db's which I would have used in the past. I am using a tool sqlitebrowser to access the DB and query it like I would have with MS access. I will figure out what I will do with all this data later on, and how much of it I will share.