-
Open Command Prompt.
-
To backup the System State data, type:
ntbackup backup systemstate
|
Value
|
Description
|
|
systemstate
|
Specifies that you want to back up the System State data. When you select this option, the backup type will be forced to copy.
|
For information on additional backup options, see the Ntbackup.
For example, to create a backup job named "Backup Job 1" that backs up the System State data to the file C:\backup.bkf, type:
ntbackup backup systemstate /J "Backup Job 1" /F "C:\backup.bkf"
All other options will default to those specified in the Backup program.
Notes
-
You can use Backup to back up and restore data on FAT16, FAT32, or NTFS volumes. However, if you have backed up data from an NTFS volume, it is recommended that you restore the data to an NTFS volume of the same version to prevent losing data. Some file systems might not support all of the features of other file systems.
-
To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt.
-
System State data contains most elements of a system's configuration, but it might not include all of the information that you require to recover your system from a failure. Therefore, it is recommended that you back up all boot and system volumes, including the System State, when you back up your system.
-
To view the complete syntax for this command, at a command prompt, type:
ntbackup /?
-
If you do not specify the other Backup options, ntbackup will use the default values of the Backup program for backup type, verification setting, logging level, hardware compression, and any other settings.
-
You can only back up the System State data on a local computer. You cannot back up the System State data on a remote computer.