Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NTBackup Question

Status
Not open for further replies.

Netman06

Technical User
Aug 15, 2006
70
US
Hello,

Does anyone know how I can configure NTBackup, to run a second backup after it finishes with the first backup?

Also if you are using schedule tasks, for NTBackup, is there a way you can have it run after another schedule task.

Thanks,

-Mike
 
Create a batch file (backup.bat) with the following lines:

start /wait ntbackup backup <directoryToBackup1> /f "destinationFile1.bks"
ntbackup backup <directoryToBackup2> /f "destinationFile2.bks"

You can then create a scheduled task to kick this off.

Hope This Helps,

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top