renaultr17

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: server backup/restore #48467

    suske – I had to use wbadmin from the command line option in the restore app. Here’s an excellent guide to wbadmin.

    http://technet.microsoft.com/en-us/library/cc754015.aspx

    You’ll need to use DISKPART as well, here’s a good guide…

    http://support.microsoft.com/default.aspx/kb/300415

    Here’s the link and content that worked for me (except I still can’t figure out how to create a valid boot block but you probably won’t have a problem if the disk drivers you need are the same ones you backed up.) GOOD LUCK!!!

    http://social.technet.microsoft.com/forums/en-US/itprovistasetup/thread/18c33a73-5719-499a-866c-af124c05e671/?prof=required

    Hopefully everyone else with a failed drive will find this thread, and can use the following command line I pieced together:

    wbadmin start recovery -version:12/23/2007-05:59 -itemtype:volume -items:c: -backuptarget:h: -recoverytarget:c:

    replacing H and C with whatever your backup and restore drives are. You can find your VERSION by browsing through your backup drive and eventually you’ll find a directory named like the version you need above. Before you run this from the recovery console, you have to setup your new drive appropriately in the DISKPART utility.

    Run a LIST VOLUME to see all your drives, then SELECT VOLUME to choose your new drive. Use CREATE PARTITION PRIMARY to create the drive you want to restore your backup to and then FORMAT QUICK to format it. ASSIGN LETTER=C will make the new partition your C drive (most likely what you backed up from) and now you can run the line above, assuming your backup is the H drive (you can use the ASSIGN LETTER=X line to make your backup drive whatever you need. Originally my C drive was my backup drive which didn’t work well for a restore).

Viewing 1 post (of 1 total)