Add-VBRObjectToTapeJob
Short Description
Creates an object to tape or GFS object to tape job.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
SimpleMediaPoolAdd-VBRObjectToTapeJob -Name <String> [-Description <String>] [-EjectCurrentMedium] [-ExportCurrentMediaSet]
-FullBackupMediaPool <VBRTapeMediaPool> -IncrementalBackupMediaPool <VBRTapeMediaPool>
[-ExportDays <DayOfWeek[]>] [-FullBackupPolicy <VBRFileToTapeBackupPolicy>]
[-IncrementalBackupPolicy <VBRFileToTapeBackupPolicy>] -Object <VBRObjectStorageBackupJobObject[]>
[-UseHardwareCompression] [-NotificationOptions <VBRNotificationOptions>]
[-JobScriptOptions <VBRJobScriptOptions>] [-EnableFileAclChangeTracking] [<CommonParameters>]
-
GFSMediaPoolAdd-VBRObjectToTapeJob -Name <String> [-Description <String>] [-EjectCurrentMedium] [-ExportCurrentMediaSet]
-GFSMediaPool <VBRTapeGFSMediaPool> [-GFSMediaSetsToExport <VBRGFSMediaSetTypeToExport[]>]
[-FullBackupPolicy <VBRFileToTapeBackupPolicy>] [-IncrementalBackupPolicy <VBRFileToTapeBackupPolicy>]
-Object <VBRObjectStorageBackupJobObject[]> [-UseHardwareCompression]
[-GFSScheduleOptions <VBRTapeGFSScheduleOptions>] [-NotificationOptions <VBRNotificationOptions>]
[-JobScriptOptions <VBRJobScriptOptions>] [-EnableFileAclChangeTracking] [<CommonParameters>]
Detailed Description
This cmdlet creates a new object to tape or GFS object to tape job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies the description of the object to tape job. |
|
False |
Named |
False |
|
EjectCurrentMedium |
Defines that the tapes will be automatically ejected from drive after the job finishes. The ejected tape is moved to a standard library slot. |
|
False |
Named |
False |
|
EnableFileAclChangeTracking |
Enables backup of permissions and attributes for files.
Default: |
|
False |
Named |
False |
|
ExportCurrentMediaSet |
For non-GFS object to tape jobs.
Defines that the tapes belonging to the media set will be automatically placed to Import/Export (Mail) slot for further export. Use the
If you use this parameter, but do not set the |
|
False |
Named |
False |
|
ExportDays |
Used to set days for exporting tapes for the
Specifies days on which the tapes written by this tape job will be automatically exported: |
|
False |
Named |
False |
|
FullBackupMediaPool |
For non-GFS object to tape jobs. Specifies the media pool where you want to store full backups produced by this tape job.
Accepts the |
True |
Named |
False |
|
|
FullBackupPolicy |
Specifies virtual synthetic full backup for tape settings. Default:
Accepts the |
False |
Named |
False |
|
|
GFSMediaPool |
For GFS object to tape jobs. Specifies the target GFS media pool.
Accepts the |
True |
Named |
False |
|
|
GFSMediaSetsToExport |
For GFS object to tape jobs. Specifies GFS media sets for which the tapes will be automatically exported once the tape job is finished:
|
|
False |
Named |
False |
|
GFSScheduleOptions |
For GFS object to tape jobs. Specifies the schedule settings for the GFS media pool.
Accepts the |
False |
Named |
False |
|
|
IncrementalBackupMediaPool |
For non-GFS object to tape jobs. Specifies the media pool where you want to store incremental backups produced by this tape job.
Accepts the |
True |
Named |
False |
|
|
IncrementalBackupPolicy |
Specifies incremental backup settings. Default:
Accepts the |
False |
Named |
False |
|
|
JobScriptOptions |
Specifies the scripting options.
Accepts the |
False |
Named |
False |
|
|
Name |
Specifies the name you want to assign to the object to tape job. |
|
True |
Named |
False |
|
NotificationOptions |
Specifies the email notification options.
Accepts the |
False |
Named |
False |
|
|
Object |
Specifies the array of object to tape job sources.
Accepts the |
|
True |
Named |
False |
|
UseHardwareCompression |
Defines that tape library must perform hardware compression for archives. Do not use this option for archiving Veeam backups or other already compressed files. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Object to Tape Job
|
This example shows how to create an object to tape job that backs up the
Perform the following steps:
|
Example 2. Creating GFS Object to Tape Job
|
This example shows how to create a GFS object to tape job that backs up the
Perform the following steps:
|
Related Commands
Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory.New-VBRObjectStorageBackupJobObjectDefines a scope of objects that will be added to the object storage backup job.Get-VBRTapeMediaPoolReturns media pools.New-VBRFileToTapeBackupPolicyCreates schedule settings for a file to tape job.New-VBRNotificationOptionsCreates new job notification options.New-VBRJobScriptOptionsCreates new job script options.New-VBRTapeGFSScheduleOptionsCreates new GFS schedule settings.