Hello, I use h2 in embedded mode. I'm wondering if I can simply zip up the files in its directory as a backup, while the application is running. The intent is that I can simply unzip the files to restore from the backup. The problem I'm worried about is if the embedded database's state is cached by the currently running application, in which case the zip file's contents can be inconsistent and therefore unusable.
Of course I can perform the zip operation after shutting down the application, but I want to avoid that if possible, because it is a running web app. Thanks in advance for your advice. Regards, Sridhar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
