Hi, is it possible to backup a database from the command line like this

java -cp h2-1.3.176.jar org.h2.tools.Script -url 
"jdbc:h2:/opt/h2/rocklodge" -user "sa" -password "sa" -script "/opt/h2/bin" 
-options compression zip

or does one have to uses the server option tcp:// for backups on databases 
that are open by others?

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to