I have server loaded with windows 2003 it is scheduled for a system state backup using Ntbackup utility, for some time it worked fine as scheduled , since a couple of days the scheduled backup isn't running, so i have daily manual job of taking backup, even the system does not shows any error for failure.

link|improve this question
Verify the user account that this is running under is still valid. – ErikA Aug 22 '11 at 19:47
feedback

1 Answer

up vote 1 down vote accepted
  • Check the scheduled task return code in the Scheduled Tasks app. That will give you clues as to what is happening.
  • Verify that the user account that the task is running under is still valid. (Totally stolen from ErikA)
  • Check the NT Backup log file for interesting bits of information. It's located at C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data
link|improve this answer
Thief. :) <padding> – ErikA Aug 23 '11 at 3:45
Guess what my favorite class was when playing NetHack. =) – WesleyDavid Aug 23 '11 at 4:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.