Run a scheduled backup

D

David Gray

Hi all,

Windows 2000 Advanced Server.

I have a daily backup scheduled using NT backup to run at 5:00 every
day. Occasionally this fails due to a dodgy tape or some other minor
problem and I need to go back and run the job again.

What is the easiest way of doing this? I could create a new temp job
but the file/folder selection list for this cluster is pretty large
and there's always a chance of missing something. I guess what I'm
saying is how do I get "run now" functionality for a scheduled backup
whose start date/time is in the past?

Dave.
 
J

Jerold Schulman

Hi all,

Windows 2000 Advanced Server.

I have a daily backup scheduled using NT backup to run at 5:00 every
day. Occasionally this fails due to a dodgy tape or some other minor
problem and I need to go back and run the job again.

What is the easiest way of doing this? I could create a new temp job
but the file/folder selection list for this cluster is pretty large
and there's always a chance of missing something. I guess what I'm
saying is how do I get "run now" functionality for a scheduled backup
whose start date/time is in the past?

Dave.



Right-click the Schedule Task and Press Properties.
Copy the RUN line to the clipboard.
Open Notepad.
Type:
CD Drive\Folder of the 'Start In"
Paste the clipboard.
Save the file as xxx.txt
rename xxx.txt to xxx.bat
Schedule xxx.bat to run once in the Context of the original Schedule.



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

Hank Arnold

Can't you open the Scheduled Tasks, right click on the failed job and
select "Run"? That usually works for me....
 
D

David Gray

Hi all,

When I try to re-run a scheduled backup using the info given in a
posting sometime ago (below) the windows backup box appears for a
about two minutes then dissapears. During this time the drives I need
to backup are displayed but I'm unable to select the 'Start Backup'
button.

I'm running the backup from a batch file, code shown below

Any ideas?

Dave.


C:\WINNT\system32\NTBACKUP.EXE backup "@C:\Documents and
Settings\Administrator\Local Settings\Application
Data\Microsoft\Windows NT\NTBackup\data\WMS Daily Backup.bks" /n
"Media created 28/01/2005 at 17:13" /d "Set created 28/01/2005 at
17:13" /v:yes /r:no /rs:no /hc:blush:n /m normal /j "WMS.job" /l:f /p "8mm
AIT1"
 

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

Backup Question 2
Scheduled jobs don't run 1
Backup won't run when scheduled 4
Scheduled backup run minimized? 1
Scheduled backup 3
Scheduled Tasks 2
Backup Utility Won't Run Scheduled Backup 7
Scheduled Backups 12

Top