Check for Successful Backup?
I�m using the following batch file to do a backup
cd c:\AdventNet\ME\ServiceDesk\bin
call sd_service.bat -p
call backupdata.bat
call sd_service.bat �t
The last lines of the output are
Data Backup operation completed.
Total time :-> 0 hrs 0 minutes 15 seconds
Is it good enough for me to check the existence of �Data Backup operation completed� to confirm success or will there be an error to check for?
New to ADSelfService Plus?