Preset backup plus extra files?

  • Thread starter Thread starter The Old Timer
  • Start date Start date
T

The Old Timer

In the backup preset options you have the choice of all documents & settings
or you can selectively pick & choose what files you would like backed up.
If you wished to backup all documents & settings plus a few other selective
files can this be done in one backup file or do you have to create more than
one backup jobs? If yes how is this done? If no can the 2 jobs be run
automatically one after the other by task scheduler?
 
Batch files can run one command, and wait till it finishes to run a second command

schedule go.bat.

--go.bat--
start /WAIT ntbackup.exe /....(switchset one).
start /WAIT ntbackup.exe /....(switchset two)
--end file--

Go to start/run, and type:
HH "%windir%\Help\ntcmds.chm::/ntbackup_command.htm

..
 

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