Windows System Image Backup: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "If the hard drive crashes or becomes corrupt a system image backup can be used to restore all of Windows and data files. Category:Computer_Technology Category:Micros..."
 
No edit summary
Line 1: Line 1:
If the hard drive crashes or becomes corrupt a system image backup can be used to restore all of Windows and data files.   
If the hard drive crashes or becomes corrupt a system image backup can be used to restore all of Windows and data files.   


== System Image Backup Graphical Tool ==
== System Image Backup Command Line Tool ==
Wbadmin  is the command line tool that does the same thing as the graphical tool.  wbadmin 1.0 - Backup command-line tool
The behavior is identical to the System Image backups initiated from the graphical Backup And Restore tool. The first time you initiate a System Image backup, it backs up every block on the system volume. Each subsequent time, it simply updates the previous backup.
example:
Wbadmin start backup -backupTarget:W: -include:C: -quiet


[[Category:Computer_Technology]]
[[Category:Computer_Technology]]
[[Category:Microsoft]]
[[Category:Microsoft]]
[[Category:Windows]]
[[Category:Windows]]

Revision as of 21:12, 9 February 2017

If the hard drive crashes or becomes corrupt a system image backup can be used to restore all of Windows and data files.

System Image Backup Graphical Tool

System Image Backup Command Line Tool

Wbadmin is the command line tool that does the same thing as the graphical tool. wbadmin 1.0 - Backup command-line tool

The behavior is identical to the System Image backups initiated from the graphical Backup And Restore tool. The first time you initiate a System Image backup, it backs up every block on the system volume. Each subsequent time, it simply updates the previous backup.

example:

Wbadmin start backup -backupTarget:W: -include:C: -quiet