Jump to content

How to Create and Restore System Image Backups on Windows 8.1


november_ra1n

Recommended Posts

november_ra1n

How to Create and Restore System Image Backups on Windows 8.1

system-image-recovery-windows-8.1.png

We previously reported that the system image backup feature was removed in Windows 8.1. This isn't entirely true — while the graphical interface for creating system images was removed, you can still create system images with a PowerShell cmdlet.

This is good news for system administrators, as it allows them to create and restore system image backups without switching to third-party tools like Norton Ghost. System images are different from recovery images created with recimg because they contain a full snapshot of the system’s hard drive, including user files and settings.

Create a System Image Backup

First, you’ll need to connect an external drive to your system, which will serve as the backup drive. You can also back up to a shared folder over the network. However, you can’t save the system image backup to the system drive or any other drives you’re backing up.

Next, open a PowerShell window as administrator. To do so, press Windows Key + X and select Windows PowerShell (Admin) in the menu that appears. You can also search for PowerShell from the Start screen, right-click it, and select Run as Administrator.

open-powershell-as-admin.png

In the PowerShell window, run a command like the following one to start a backup:

The above command tells the Windows to back up the C: drive onto the E: drive, including all critical volumes containing the system’s state. The -quiet switch tells the cmdlet to run without prompting you.

wbAdmin start backup -backupTarget:E: -include:C: -allCritical -quiet

Of course, you’ll have to replace the values with your own preferred values. Instead of “E:” for the backup target, use whichever drive you want to save the system image to.

create-system-backup-image-from-powershe

If you wanted to back up several drives or partitions in the system image, you’d include them as a comma-separated list:
wbAdmin start backup -backupTarget:E: -include:C:,D:,F: -allCritical -quiet
You could also back up to a shared folder over the network:
wbAdmin start backup -backupTarget:\\remoteComputer\\Folder -include:C: -allCritical -quiet
For more information on the cmdlet’s syntax, consult the Wbadmin start backup page on Microsoft’s Technet site. You can also run wbAdmin start backup without any switches to view the command’s options.

wbadmin-start-backup-usage.png

The command will take some time to run. After it’s done, you’ll find a “WindowsImageBackup” folder containing your backup images on the backup drive you specified.

Restore a System Image Backup

System image backups can’t be restored from within Windows as they’re overwriting the Windows system entirely. To restore a system image backup, you’ll need to boot from Windows 8.1 installation media, recovery drive, or system repair disc.

Insert the installation media or recovery drive and reboot your computer. When the installation process Starts, click the Repair your computer link.

windows-8-install-repair-your-computer.p

Click the Troubleshoot tile to access the troubleshooting options.

windows-boot-choose-an-option.png

Click the Advanced Options tile to access the options intended for advanced users.

windows-boot-troubleshoot-menu.png

Select the System Image Recovery option to re-image your computer from a system image.

advanced-options-system-image-recovery.p

Windows will walk you through restoring a system image backup. Connect the external drive containing the system image backup to your computer if you haven’t already — you’ll be able to restore directly from it to your computer.

restore-system-image-on-windows-8.1.png

Microsoft has clearly hidden this functionality so average users will use Windows 8′s new File History backup tool and Refresh and Reset features.

Luckily, they haven’t removed this feature entirely, so system administrators and geeks can continue to create and restore system image backups on Windows 8.1 — no third-party software required.

Original Article: howtogeek
Edited by november_ra1n
Link to comment
Share on other sites


  • Replies 6
  • Views 3k
  • Created
  • Last Reply

Top Posters In This Topic

  • dee.pee

    1

  • november_ra1n

    1

  • kacali

    1

  • Mohamed atif

    1

Top Posters In This Topic

Thanks for the Instructions.. :)

but let me wait for the final Windows 8.1, then only i'll install and try this.. :showoff:

Link to comment
Share on other sites


wbAdmin will let you back up to your same hard drive.

I have a daily task schedule... start backup -backupTarget:E: -allCritical -quiet

My E partition is 50gb and it takes less than 10 minutes to do its block incrementals of the windows and system reserved partitions, somedays only 2 or 3 minutes if not much has changed. Saves my butt when I tinker around with things sometimes. About 20 minutes to reimage.

Link to comment
Share on other sites


  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...