Hello. BACKUP command of H2 works only with persistent databases. You can't use it with in-memory database.
You can try to use the SCRIPT command, it works with both persistent and in-memory databases, but it doesn't ensure consistency if some concurrent transaction commits its data. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/21b0139b-141a-4bef-bee4-17f4d86ca955o%40googlegroups.com.
