View Single Post
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#13
Originally Posted by Strive_Masiwa View Post
1. Where does it store the backups?
2. How do I move it to my memory card/ PC?
3. Is there a way to restore from the archive?
1. here: "/home/user/.rtcom-eventlogger/el_archive.db"

2. theres an export-to-csv function (you can open the csv-file with openoffice or excel). you can also copy the db-file directly - its a sqlite-file, which can be opened with sqlite-tools (e.g. sqlitebrowser). if you want the archive permanently at another place, copy the file to the new place (e.g. "cp /home/user/.rtcom-eventlogger/el_archive.db /home/user/MyDocs/archive.db") and set the new path in /opt/glogarchive/glogarchive.py at line 25:
ARCHIVE_PATH = "/home/user/MyDocs/archive.db"

3. not now, maybe in one of the next versions :-(