John John - MVP replied to randwill
19-Mar-10 07:57 AM
You did not do anything wrong, almost all backup applications (like the
NTBackUp wizard that you used) compress the files into a single archive
file. Some backup utilities have a tool that allows you to explore the
archive and extract selected files, NTBackUp does not have any such
browser, to restore files you have to go through a rather clumsy process.
You can use a third party backup utility that has this kind of feature
or you can use other Microsoft command line tools like xcopy or Robocopy
to backup your files, or you can try the Robocopy GUI version:
http://technet.microsoft.com/en-us/magazine/2006.11.utilityspotlight.aspx
Utility Spotlight Robocopy GUI
or perhaps SyncToy could suit your needs:
http://www.microsoft.com/prophoto/downloads/synctoybeta.aspx
John