Subject | Re: [firebird-support] Verify Backup |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-03-15T02:36:44Z |
Hi Eddie,
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
> I have need to perform an invisible backup/restore to reduce userYou can pick up ibapi.zip and/or ibapi_delphi.zip from
> intervention for maintenance. The backup/restore is easy, but how
> can I actually, without human intervention, know that the operations
> completed successfully?
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