Subject RE: [ib-support] Interbase Backup
Author Thomas Steinmaurer
An example out of the documentation (jupiter is the server name).

The next example restores a multifile database from the /backup directory of
jupiter to the
/companydb directory of jupiter. This command runs on the server by invoking
Service
Manager, thus saving time and network traffic. In this example, the first
two files of the
restored database are 500 pages long and the last file grows as needed.

gbak -r user -joe -pa blurf@ -se jupiter:service_mgr /backup/foo1.gbk
/backup/foo2.gbk /backup/fooLast.gbk /companydb/foo1.gdb 500
/companydb/foo2.gdb 500 /companydb/fooLast.gdb


HTH,
Thomas Steinmaurer
IB LogManager 2.0 - The Logging/Auditing Tool for InterBase and Firebird
http://www.iblogmanager.com

> -----Original Message-----
> From: Dalton Calford [mailto:dcalford@...]
> Sent: Monday, June 10, 2002 7:55 PM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] Interbase Backup
>
>
> I am trying to restore a database from a multi-volume backup file
> created via
> the Firebird backup services API.
> (I was using IBadmin version 3)
>
> The backup worked fine, but, unfortunately, the restore does not work.
> IBadmin does not process the restore.
>
> Now I have a 19 2GB files that I need to restore into a single database.
> Unfortunately, other utilities that I have such as IBConsole and
> IBBackup,
> both complain about the database not having a correct path -
> thier validation
> routines look for a ":" in the path and Linux does not use ":" except for
> when you specify a server - this does not work in a multi-file
> restore.....
>
> Gsplit does not recognize the multiple files since it did not
> create them....
> I would like to tell the command line gbak tool to restore from
> the 19 source
> files into a 30 file target database.
>
> Does anyone have any suggestions ?
>
> best regards
>
> Dalton
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>