Creating A System Image For Back-up By Using the Command Line

Summary:

This discussion covers creating a system image to back up your entire computer by using the command line.

More Information:

Normally, creating a system image can be done by accessing Control Panel->Back-up and Restore Centre (Windows 7)->Create a system image. However, creating a system image can be done by using Command Prompt. To do this:

1. Press WINDOWS LOGO + X and select Command Prompt (Admin) or Windows PowerShell (Admin).

2. Type the following command and press ENTER:

    wbadmin start backup -backuptarget:x: -include:c: -allcritical -quiet

Make sure that you replace x: with the drive-letter that your hard drive uses. For example, you could type

    wbadmin start backup -backuptarget:e: -include:c: -allcritical -quiet

and press ENTER if your external hard drive uses E: as a drive-letter. For another example, if your computer has two hard drives and your external hard drive is using F: as a drive-letter, you could type

    wbadmin start backup -backuptarget:f: -include:c:,d: -allcritical -quiet

and press ENTER.

Was this discussion helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this discussion?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this discussion?

Thanks for your feedback.

 

Discussion Info


Last updated May 9, 2024 Views 20,538 Applies to: