Hello,
I would like to find out backup type ( full or incremental ) of session from CLI. Really nothing more!!! It looks like very simple task but with DP it is somehow complicated. I am using DP version 7 on unix server.
So, I have tried to start following commands:
omnidb -session <sessionID>
omnidb -rpt <sessionID>
omnidb -rpt<sessionID> -detail
... but there is not backup type ( maybe too hard coding for HP developers :P )
omnidb -session <sessionID> -detail
command show backup type of objects but I have noticed that all incremental backups of SAP R/3 have backup type full !!! ( GUI shows incremental type for session and full type for objects. ) Is it bug?
Please let me know how I can determine backup type of session for script purposes.
Thank you!