VBRFileToTapeJob
Contains file to tape job.
Properties
"?" indicates that the property accepts zero values.
|
Property |
Type |
Description |
|---|---|---|
|
FullBackupPolicy |
The virtual full backup creation policy. |
|
|
IncrementalBackupPolicy |
The job schedule for creating incremental backups. |
|
|
Object |
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 |
The media pool for full backups. |
|
|
IncrementalBackupMediaPool |
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 |
Job type: FileToTape. |
|
|
LastResult |
Session result. |
|
|
LastState |
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 |
Email notification options applied to this job. |
|
|
JobScriptOptions |
Script options applied to this job. |
Related Commands