Subject | Re: [firebird-support] Help ! Restore Database Problem |
---|---|
Author | Alexey Kovjazin |
Post date | 2004-04-15T15:39:45Z |
Hello, Steven!
them) and you need to backup this database,
and then restore it to another location, right?
To backup external tables as usual tables, you need to add switch -convert
to gbak backup command line:
gbak -b -g -v -convert ...
And advice - do not restore with switch -r. If you don't like to have
problems, of course.
Instead this just restore with -c to another file name and after that rename
them.
Sincerely yours,
Alexey Kovyazin
http://www.ibsurgeon.com
http://www.ib-aid.com
>gbak: ERROR: I/O error for file "C:\WINNT\SYSTEM32\FAX_PA~1"As I can suppose, you have some external tables (FAX_PARAMETERS is one of
>I have a table named FAX_PARAMETERS but I am not sure why gbak is
>looking in another directory for this file. Is there any way I can
>remove this dependency? I am not really concerned about the restore I
>just need to make sure future backups do not have this problem.
them) and you need to backup this database,
and then restore it to another location, right?
To backup external tables as usual tables, you need to add switch -convert
to gbak backup command line:
gbak -b -g -v -convert ...
And advice - do not restore with switch -r. If you don't like to have
problems, of course.
Instead this just restore with -c to another file name and after that rename
them.
Sincerely yours,
Alexey Kovyazin
http://www.ibsurgeon.com
http://www.ib-aid.com