I would like to build up an web application with H2 database engine. However, I still don't know how to back up the data while the database is running after reading this tutorial:
http://www.h2database.com/html/tutorial.html#upgrade_backup_restore
Does H2 output its stored file to somewhere in the file system? Can I just back up the outputted files?