Subject | Re: [IBO] IBOAdmin .. verbose output, timestamp on start and finish. |
---|---|
Author | Thomas Steinmaurer |
Post date | 2009-10-09T05:49:05Z |
Adrian,
influence that.
But how about simply having your own TStringList, add a line with the
timestamp upon ServiceStart, add the verbose output in the loop to the
string list and upon Detach, add another line with a timestamp. Then
it's up to what you want to do with the string list, e.g. saving to a
file ...
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene.com
My blog:
http://blog.upscene.com/thomas/
> Is it possible to get a timestamp on start and finish of the backup or restore, using verbose output.The verbose output comes directly from the engine, so there is no way to
>
> Eg: gbak:starting transaction 2009/09/22 19:56:55:34
> gbak:closing files, committing, and finishing. 2009/09/22 19:56:56:03 547840 bytes written
influence that.
But how about simply having your own TStringList, add a line with the
timestamp upon ServiceStart, add the verbose output in the loop to the
string list and upon Detach, add another line with a timestamp. Then
it's up to what you want to do with the string list, e.g. saving to a
file ...
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene.com
My blog:
http://blog.upscene.com/thomas/