Difference between revisions of "Windows System Image Backup"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, 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...")
 
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 23: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