Subject | RE: [firebird-support] gbak Huge problem |
---|---|
Author | Alan McDonald |
Post date | 2004-07-17T09:29:09Z |
> After both calls, I would like to check ERRORLEVEL result values.You should always restore your backup to a temporary file and check the exit
> Usually 0 means "everything fine". And values != 0 mean "some errors".
> Is this the case for gbak? Can I RELY on that behavior?
> I mean, am I totally save to only have the fbk, if my fdb is
> lost, but gbak
> returned 0 both times?
>
> Regards,
> Steffen
>
code for the restore operation. Rely on this, not the backup exit code.
Alan