Hello
Can someone give me ideas in writting a .bat file as a post exec script?
the script should put a flag(file attribute) with timestamp on the latest backed up mointpoints.
I could just do these simple lines.
SET TIMESTAMP=%date~4,4%%date~7,2%%date~10,2%%time~11,2%%time~14,2%%time~17,2%
@echo TIMESTAMP=%TIMESTAMP%
-> how to call and run: omnirpt -report obj_lastbackup -tab in DP?
-> How to set the flag with timestamp on the latest backed up mointpoints?
I would really appreciate any help.
Thanks.