-
Open Command Prompt.
-
To set the backup type, type:
ntbackup backup /M {backuptype}
Backup type must be one of the following: normal, copy, differential, incremental, or daily. For information on additional backup options, see the Ntbackup.
For example, to create a normal backup job named "Backup Job 1" that backs up the System State data to the file C:\backup.bkf, type:
ntbackup backup systemstate /M normal /J "Backup Job 1" /F "C:\backup.bkf"
Notes
-
To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt.
-
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 view the complete syntax for this command, at a command prompt, type:
ntbackup /?