I'm attempting to use eXist-db in embedded mode in a Java program to produce an interactive fiction game.
Is there any information on invoking backups and restores from within my own java application, so as to initially load the story and all files, and then to perform a save/restore function?
Also, any suggestions on how to format my xml for such use would be appreciated.