To set the backup type

Using the Windows interface 

1.

Open Backup 

The Backup Utility Wizard starts by default, unless it is disabled.

2.

Click the Advanced Mode button in the Backup Utility Wizard.

3.

Click the Tools menu, then click Options.

4.

On the Backup Type tab, in Default Backup Type, select the type of backup you want to perform.

Note

To start Backup, click Start, point to All Programs, point to Accessories, point to System Tools, and then click Backup

There are five backup types: copy, daily, differential, incremental, and normal For more information about these backup types, click Related Topics.

Using a command line 

1.

Open Command Prompt

2.

To set the backup type, type:
ntbackup backup /M backup type 

ValueDescription

/M backup type

Specifies the backup type. It must be one of the following: normal, copy, differential, incremental, or daily

For information about additional backup options, see Command line parameters 

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"

All other options will default to those specified in the Backup program.

Top of pageTop of page

Note

To open command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt

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 Backup program's default values for the backup type, verification setting, logging level, hardware compression, and any other settings.

Top of pageTop of page

Related Topics

Using batch files to back up data

Command line examples

Command line parameters

Types of backup

Using Backup

Backup

Backing up files and folders

Set advanced backup options

Set backup options

Back up System State data

Back up files to a file or a tape

Back up files on a Microsoft Exchange Server

Exclude file types from a backup

Set the backup type

Schedule a backup

System State data

Back up files with the backup wizard

Restore files with the restore wizard


Top of pageTop of page