Scheduled backups

S

Steve W

Hi,

I'm using Windows 2000 Server, SP4.
I can't get it to run a scheduled backup. If I go through the wizard, or
schedule it directly, the jobs are just ignored, and nothing happens. I can
do an immediate backup no problem.
I've also tried saving a backup job file and trying to start that using
Windows Scheduler, but that doesn't work either, its ignored.

All help welcome!

S
 
P

Pegasus \(MVP\)

Steve W said:
Hi,

I'm using Windows 2000 Server, SP4.
I can't get it to run a scheduled backup. If I go through the wizard, or
schedule it directly, the jobs are just ignored, and nothing happens. I can
do an immediate backup no problem.
I've also tried saving a backup job file and trying to start that using
Windows Scheduler, but that doesn't work either, its ignored.

All help welcome!

S

Start with something simple, e.g. by scheduling
this batch file:

@echo off
echo %date% %time% User=%UserName% > c:\test.log
 
J

Jerold Schulman

Hi,

I'm using Windows 2000 Server, SP4.
I can't get it to run a scheduled backup. If I go through the wizard, or
schedule it directly, the jobs are just ignored, and nothing happens. I can
do an immediate backup no problem.
I've also tried saving a backup job file and trying to start that using
Windows Scheduler, but that doesn't work either, its ignored.

All help welcome!

S


See tip 2911 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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

Similar Threads


Top