From: Weeks, Debbie [mailto:[EMAIL PROTECTED] > I have several W2K servers that can't back up the system > files, causing > the nightly backups to fail and the scheduler service to stop (even if > it is set to restart on failure). If the backup window hasn't expired > it sometimes, but not always, keeps trying to run the backup over and > over again until the window has expired, but never completes > successfully. The status shows up as a ?. I can manually > backup all of > the local drives, and all system objects except for system files.
Try this workaround. Create a batch file that does the following: del C:\SystemStateBackup\SystemState.bkf ntbackup backup systemstate /F "C:\SystemStateBackup\SystemState.bkf" This will backup the system objects using Windows' ntbackup utility. If you need to restore the entire box, restore systemstate.bkf after the TSM file restore, and you get all of your system objects back. -- Mark Stapleton ([EMAIL PROTECTED]) Berbee Information Networks Office 262.521.5627