Subject Re: [firebird-support] Verify Backup
Author Paul Vinkenoog
Hi Eddie,

> I have need to perform an invisible backup/restore to reduce user
> intervention for maintenance. The backup/restore is easy, but how
> can I actually, without human intervention, know that the operations
> completed successfully?

You can pick up ibapi.zip and/or ibapi_delphi.zip from
http://vinkenoog.nl/firebird/

These contain routines for backup/restore using the Services API. They
return boolean succes/failure as reported by the API. In case of
failure, the error message(s) can be returned too and presented to the
user (which I understand you don't want) or scanned for errcodes etc.

Source code (C++) is included so you can adapt them if you like.
Consult the API Reference if you want to introduce more functionality.


Greetings,
Paul Vinkenoog