Backup Device (General Page)

Applies to: SQL Server

Use the General page to specify or view the general properties of a logical backup device.

To use SQL Server Management Studio to view the contents of a backup device

Options

Device name
View the name of an existing logical backup device or specify the name of a new logical backup device.

Tape
View or select the destination tape device in the Tape list. This option is available only if a tape drive is attached to the computer that is running the instance of the Microsoft SQL Server Database Engine.

Note

Tape backup devices on remote computers are not valid backup destinations.

File
View the destination file of an existing logical backup device, or specify a destination file for a new logical backup device.

  • For an existing logical backup device, the path of the backup file is displayed. The File field is not editable, and the Browse button is unavailable.

  • For a new logical backup device, you must supply the path of the backup file for which you are defining the logical backup device. This file does not have to exist yet.

    To specify a local backup file, you can click the Browse button to the right of the File text box. Then, in the Locate Database Files dialog box, you can navigate to any location on any of the fixed drives on the computer running the server instance. If the backup file does not exist yet, you must enter the filename you want to use in the File name field of that dialog box.

    Alternatively, you can edit the File field manually to override the default path, file name, and extension. To specify a remote file as your backup destination, enter its fully qualified universal naming convention (UNC) name. For more information, see Backup Devices (SQL Server).

    Important

    Backing up data over a network can be subject to network errors; therefore, we recommend that you verify the backup operation after it finishes. For more information, see RESTORE VERIFYONLY (Transact-SQL).

Remarks

The backups on a set of one or more backup devices compose a single media set. A media set is an ordered collection of backup media, tapes or disk files, to which one or more backup operations have written using a fixed type and number of backup devices. For information about media sets, see Media Sets, Media Families, and Backup Sets (SQL Server).

The physical backup device corresponding to a logical backup device is initialized when the first backup in the media set is written to the logical backup device. If the physical backup device is a file that does not exist yet, it is created at that time.

Related Tasks

See Also

Backup Devices (SQL Server)
Media Sets, Media Families, and Backup Sets (SQL Server)