VBRBackupToTapeJob

Contains backup to tape job.

Properties

"?" indicates that the property accepts zero values.

Property

Type

Description

FullBackupPolicy

VBRFullBackupToTapePolicy

Virtual full backup creation policy.

Object

CBackupJob[]
or
CBackupRepository[]

Tape job source: backup job or backup repository.

ProcessIncrementalBackup

bool

Indicates if the incremental backups must be archived (TRUE) or not (FALSE).

ScheduleOptions

VBRBackupToTapeScheduleOptions

Job schedule.

WaitForBackupJobs

bool

Indicates if the tape job must wait for the source backup job (TRUE) or not (FALSE).

WaitPeriod

TimeSpan

Time period for which the tape job waits for the source backup job.

EjectCurrentMedium

bool

Indicates if the tape currently used by the tape job must be ejected (TRUE) or not (FALSE).

ExportCurrentMediaSet

bool

Indicates if the current media set created by the tape job must be exported when it is complete (TRUE) or not (FALSE).

ExportDays

DayOfWeek[]

Days on which the media sets must be exported.

FullBackupMediaPool

VBRTapeMediaPool
or
VBRTapeGFSMediaPool

Media pool for full backups or GFS media pool.

IncrementalBackupMediaPool

VBRTapeMediaPool

Media pool for incremental backups.

UseHardwareCompression

bool

Indicates if the tape library hardware compression must be used (TRUE) or not (FALSE).

NextRun

DateTime?

Date and time of the next run of the job.

Target

Object

Media pool used by the job.

Type

VBRJobType

Job type: BackupToTape.

LastResult

VBRSessionResult

Session result.

LastState

VBRSessionState

Session state.

Id

GUID

Job ID.

Name

string

Job name.

Description

string

Job description.

AlwaysCopyFromLatestFull

bool

Indicates that on each run the job must copy only the last backup chain from disk (TRUE) or always copy all new restore point (FALSE).

GFSScheduleOptions

VBRTapeGFSScheduleOptions

Job GFS schedule.

NotificationOptions

VBRNotificationOptions

Email notification options applied to the job.

JobScriptOptions

VBRJobScriptOptions

Script options applied to the job.

Related Commands

Add-VBRBackupToTapeJob