Subject | RE: [firebird-support] Re: To extract Schema and Data from SQL DB |
---|---|
Author | Nigel Weeks |
Post date | 2005-06-24T03:22:46Z |
> gbak -B localhost:MyDB c:\temp\emptydb.fbk -m -user sysdbaIf you're wanting to create a new database from a backup, you use the -C
> -password masterke
>
> gbak -R c:\temp\emptydb.fbk c:\temp\emptydb.fdb -user sysdba
> -password masterke
command
-C = Create Database
-R = Replace Database
Nig.