Windows XP Backup not working

H

Hank Laskin

I have a network backup hardrive.

I am attempting to using Windows XP Backup and Restore function to run daily
through Task Scheduler.
For some reason after I setup the use of the function and when I click on
the Task Scheduler Daily Backup to RUN, it starts and immediately stops.
Therefore, as an example it is not backing up my daily changes unto my
network backup hardrive.

Any suggest would surely be appreciated.
 
A

Ayush

In the properties of scheduled backup, copy the text in "Run :" box and create a
bat file and paste the file in bat file but at the end add :
C:\Backup01.log
For example :
-----1 line----------
C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and Settings\Hank\Local
Settings\Application Data\Microsoft\Windows NT\NTBackup\data\Backup.bks" /a /d
"Set created 11/26/2006 at 2:02 PM" /v:no /r:no /rs:no /hc:blush:ff /m normal /j "g"
/l:s /f "D:\Backup.bkf" > C:\Backup.log
 
A

Ayush

In the properties of scheduled backup, copy the text in "Run :" box
and create a bat file and paste the file in bat file but at the end
add :
For example :
-----1 line----------
C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and
Settings\Hank\Local Settings\Application Data\Microsoft\Windows
NT\NTBackup\data\Backup.bks" /a /d "Set created 11/26/2006 at 2:02
PM" /v:no /r:no /rs:no /hc:blush:ff /m normal /j "g" /l:s /f
"D:\Backup.bkf" > C:\Backup.log -----------------------



Then open C:\Backup01.log and post the text back here.
 

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

Top