I am writing a web application that can run completely offline (never communicate with the server), but uses the Gears database.
I must allow the user to backup the data (and possibly restore it), but Gears hides the database from the user. I would think there should be 1) an option in the tools->Gears settings menu to backup/restore a db. 2) a method in the API that allows to get the db location (so I can ask the user to copy it) + a specification of what will allow a correct restore. Does anyone else needs this ? Any advice what to do right now for backup ?
