This is an archive version of the document. To get the most up-to-date information, see the current version.

VBRBackupToTapeJob

In this article

    This object contains backup to tape job.

    Related Commands

    Add-VBRBackupToTapeJob

    Properties

    Property

    Type

    Description

    FullBackupPolicy

    VBRFullBackupToTapePolicy

    The virtual full backup creation policy.

    Object

    CBackupJob[]
    or
    CBackupRepository[]

    The backup job or backup repository set as the source for the tape job.

    ProcessIncrementalBackup

    bool

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

    ScheduleOptions

    VBRBackupToTapeScheduleOptions

    The job schedule.

    WaitForBackupJobs

    bool

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

    WaitPeriod

    TimeSpan

    The 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

    The media pool for full backups or the GFS media pool.

    IncrementalBackupMediaPool

    VBRTapeMediaPool

    The media pool for incremental backups.

    UseHardwareCompression

    bool

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

    NextRun

    DateTime?

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

    Target

    Object

    The media pool used by the job.

    Type

    VBRJobType

    The job type: BackupToTape.

    LastResult

    VBRSessionResult

    The last result of the job:

    • None
    • Success
    • Warning
    • Failed.

    LastState

    VBRSessionState

    The last job state:

    • Stopped
    • Starting
    • Stopping
    • Working
    • Pausing
    • Resuming
    • WaitingTape
    • Idle
    • Postprocessing
    • WaitingRepository.

    Id

    GUID

    The job ID.

    Name

    string

    The job name.

    Description

    string

    The 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

    The GFS schedule applied to the job.

    NotificationOptions

    VBRNotificationOptions

    The email notification options applied to the job.

    JobScriptOptions

    VBRJobScriptOptions

    The script options applied to this job.