Hello,

I have 1 full backup of a machine and several incrementals.  I performed a 
restore using BartPE.  Everything seems like it restored, I started with a 
formatted drive and now all the files are there, but the machine won't boot.  
It just hangs before any OS is loaded.  I'm guessing it has something to do 
with the MBR.  Below is the file set I used.  Is there something I am not doing 
that I should be to get this to boot?


# List of files to be backed up
FileSet {
  Name = "Full XP Set"
  EnableVss = yes       # Use MS Volume copy service
  Include {
    Options {
      signature = MD5
      compression=gzip
      IgnoreCase=yes
      Exclude = yes

      # Exclude user's registry files - they're always in use anyway.
      WildFile = "[A-Z]:/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/usrclass.*"
      WildFile = "[A-Z]:/Documents and Settings/*/ntuser.*"
      # These are files that are open and can't be backed up
      WildFile = "[A-Z]:/Documents and Settings/All Users/Application 
Data/Microsoft/Network/Downloader/qmgr[01].dat"
 
      # Some random bits of Windows we want to ignore
      WildFile = "[A-Z]:/WINNT/security/logs/scepol.log"
      WildDir = "[A-Z]:/WINNT/system32/config"
      WildDir = "[A-Z]:/WINNT/msdownld.tmp"
      WildDir = "[A-Z]:/WINNT/Internet Logs"
      WildDir = "[A-Z]:/WINNT/$Nt*Uninstall*"
      WildDir = "[A-Z]:/WINNT/sysvol"
      WildFile = "[A-Z]:/WINNT/cluster/CLUSDB"
      WildFile = "[A-Z]:/WINNT/cluster/CLUSDB.LOG"
      WildFile = "[A-Z]:/WINNT/NTDS/edb.log"
      WildFile = "[A-Z]:/WINNT/NTDS/ntds.dit"
      WildFile = "[A-Z]:/WINNT/NTDS/temp.edb"
      WildFile = "[A-Z]:/WINNT/ntfrs/jet/log/edb.log"
      WildFile = "[A-Z]:/WINNT/ntfrs/jet/ntfrs.jdb"
      WildFile = "[A-Z]:/WINNT/ntfrs/jet/temp/tmp.edb"
      WildFile = "[A-Z]:/WINNT/system32/CPL.CFG"
      WildFile = "[A-Z]:/WINNT/system32/dhcp/dhcp.mdb"
      WildFile = "[A-Z]:/WINNT/system32/dhcp/j50.log"
      WildFile = "[A-Z]:/WINNT/system32/dhcp/tmp.edb"
      WildFile = "[A-Z]:/WINNT/system32/LServer/edb.log"
      WildFile = "[A-Z]:/WINNT/system32/LServer/TLSLic.edb"
      WildFile = "[A-Z]:/WINNT/system32/LServer/tmp.edb"
      WildFile = "[A-Z]:/WINNT/system32/wins/j50.log"
      WildFile = "[A-Z]:/WINNT/system32/wins/wins.mdb"
      WildFile = "[A-Z]:/WINNT/system32/wins/winstmp.mdb"

      # Temporary directories & files
      WildDir = "[A-Z]:/WINNT/Temp"
      WildDir = "[A-Z]:/temp"
      WildFile = "*.tmp"
      WildDir = "[A-Z]:/tmp"
      WildDir = "[A-Z]:/var/tmp"

      # Recycle bins
      #WildDir = "[A-Z]:/RECYCLER"

      # Swap files
      WildFile = "[A-Z]:/pagefile.sys"
    }
     File = "c:/"
  }
#
# Exclude the following files from windows
#
  Exclude {

  }
}



Thanks,

--
Joseph S. Rizzari


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to