VBRFileToTapeJob

Contains file to tape job.

Properties

"?" indicates that the property accepts zero values.

Property

Type

Description

FullBackupPolicy

VBRFullBackupToTapePolicy

The virtual full backup creation policy.

IncrementalBackupPolicy

VBRFileToTapeBackupPolicy

The job schedule for creating incremental backups.

Object

VBRFileToTapeObject[]

The file system object set as the source for the tape job.

UseVss

bool

Indicates that Microsoft VSS must be used to place the files that are locked by running applications to tape in a consistent state.

EjectCurrentMedium

bool

Indicates if the tape currently used by the tape job must be ejected.

ExportCurrentMediaSet

bool

Indicates if the current media set created by the tape job must be exported when it is complete.

ExportDays

DayOfWeek[]

Days on which the media sets must be exported.

FullBackupMediaPool

VBRTapeMediaPool

The media pool for full backups.

IncrementalBackupMediaPool

VBRTapeMediaPool

The media pool for incremental backups.

UseHardwareCompression

bool

Indicates if the tape library hardware compression must be used.

NextRun

DateTime?

The date and time of the next run of the job.

Target

Object

The media pool used by the job.

Type

VBRJobType

Job type: FileToTape.

LastResult

VBRSessionResult

Session result.

LastState

VBRSessionState

Session state.

Id

GUID

The unique identifier of the job.

Name

string

The name of the job.

Description

string

The description of the job.

NotificationOptions

VBRNotificationOptions

Email notification options applied to this job.

JobScriptOptions

VBRJobScriptOptions

Script options applied to this job.

Related Commands