Hi, Sorry I can't reproduce this problem. Maybe you use an old version of H2 to create the backup? My test case is:
> java -cp data/h2/bin org.h2.tools.Backup -db test Processed: /Users/tmueller/test.11.log.db Processed: /Users/tmueller/test.data.db Processed: /Users/tmueller/test.index.db Processed: /Users/tmueller/test.lobs.db/1.t15.lob.db Processed: /Users/tmueller/test.lobs.db What is the output when you run the tool? Regards, Thomas On Wed, May 27, 2009 at 12:02 PM, willfleury <[email protected]> wrote: > > Hello, > I'm trying to back up certain tables of a large database. Todo this > i'm copying these > tables to a temporary h2 database which i then backup with the > Backup.execute > command.. > The database directory contains the following > temp.3.log.db > temp.data.db > temp.index.db > temp.logs.db (this is a directory which contains the bolb files i > assume for the images i have stored in the database?) > > After i perform the Backup.execute command a zip file is create which > contains on the first three files listed > above, i.e. the directory with the blob data is missing.. > > Before i call Backup.execute i call connection.close() for the h2 > database. > > Is there something i'm doing wrong. > > Thanks, > Will > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
