Backing up task scheduler

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

How can one backup the list of scheduled tasks via script
or other simple method on Win2k?

I have a few servers with 20+ scheduled tasks each that
run and I'm tired of keeping a separate log of them for
recovery purposes. I don't seem to see where scheduled
task metadata is stored in the registry or system file
anywhere.

Thoughts anyone?

Thanks,
Steve
 
Steve said:
How can one backup the list of scheduled tasks via script
or other simple method on Win2k?

I have a few servers with 20+ scheduled tasks each that
run and I'm tired of keeping a separate log of them for
recovery purposes. I don't seem to see where scheduled
task metadata is stored in the registry or system file
anywhere.

Thoughts anyone?

Thanks,
Steve

If you look on your disk for the task names that you specified
in the Task Scheduler (e.g. "TapeBackup") then you'll soon find
that all job details are kept in %SystemRoot%\Tasks.
 
If you look on your disk for the task names that you
specified
in the Task Scheduler (e.g. "TapeBackup") then you'll soon find
that all job details are kept in %SystemRoot%\Tasks.

Man oh man in all my years... thanks a bunch!

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top