How to dump database realtime data to conf files?

Have anyone ever tried to dump your database realtime data (voicemail_users, voicemail_messages) to the voicemail.conf and file system and viceversa ??

What if you begin running your asterisk services based on the conf files, and months later you discover RealTime and decided to run voicemail users and messages on a database. What would you do. to put all the related voicemail information into the database ??. Now suppose that months later, after implementing the just-realtime-asterisk solution your boss decided that it wasn’t a good idea to use realtime and you have to get back and use conf files…

What would you do to dump all your database-voicemail info to your file system ?

Does it sound familiar to anyone ?.. thanks in advance !!

Well … nobody answered to my question… so i decided to make a Java application to this job.

… Nevertheless, if anyone knows an standar-way to do it, please make me know