View Single Post
Posts: 38 | Thanked: 33 times | Joined on Aug 2010 @ Bangalore, India
#29
Originally Posted by kwtm View Post
I have a slightly different question: how do I make backups of the conversation? I guess it's in a text file; I'll eventually figure out how to read the format if it's not in the standard format, but I need to know in what file/directory the conversations are stored.
It's in an sqlite database at ~/.rtcom-eventlogger/el-v1.db

Use sqlite3 to manipulate the database.