Subject Re: [Firebird-Java] Backup with Java
Author Rick Fincher
Hi Ivens,

There are numerous ways to do this. If your Java app is running on the same
server machine as Firebird you could simply use java.lang.System.exec() to
call gbak from the command line.

You could use java.rmi to do this from a remote Java system.

Rick

----- Original Message -----

Anyone knows if it's possible to do a database backup from a java
program? If it's possible where can I get a sample?