Add-VBRTapeFilesJob (obsolete)
Short Description
Creates a new files to tape copy job.
Note |
This cmdlet is obsolete. The cmdlet still works, but it is recommended to create a new files to tape copy job using the Add-VBRFileToTapeJob cmdlet. |
Applies to
Platform: VMware, Hyper-V
Syntax
Add-VBRTapeFilesJob [-Name <String>] -Server <CHost> -Path <String[]> -MediaPool <MediaPool> [-MediaPoolIncremental <MediaPool>] [-Description <String>] [-Credentials <CCredentials>] [-Masks <String>] [-IgnoreCase] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new job copying files from Veeam Backup & Replication to tape. The tape job looks for changes in the specified files that have been made from the moment of the last tape job run.
Note that when you create a copy job, you need to run it manually.
Run the Start-VBRJob cmdlet to start the created job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies the name you want to assign to the new files to tape copy job. You can input string up to 255 symbols. | String | False | Named | False |
Server | Specifies the source server where the files you need are located. | Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. | True | Named | False |
Path | Specifies the path to the folders you need to copy. Use Masks and IgnoreCase parameters to select particular files. You can specify multiple names separated by commas. | String[] | True | Named | True (ByValue, |
MediaPool | Specifies the target media pool that will be used for full backups. | Accepts the MediaPool object. To get this object, run the Get-VBRTapeMediaPool cmdlet. | True | Named | False |
MediaPool | Specifies the target media pool that will be used for incremental backups. | Accepts the MediaPool object. To get this object, run the Get-VBRTapeMediaPool cmdlet. | False | Named | False |
Description | Specifies the description for the new files to tape copy job. | String | False | Named | False |
Credentials | Specifies the credentials you want to use for authenticating with the source server. | Accepts the CCredentials object. To get this object, run the Get-VBRCredentials cmdlet. | False | Named | False |
Masks | Used to specify search conditions for Path paramater. Specifies masks to select files in folders. | String | False | Named | False |
IgnoreCase | Used to specify search conditions for Path paramater. If set, the search by name will be non case sensitive. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Creating New Files to Tape Job
This example shows how to create a new files to tape job named Contacts Copy Job.
Perform the following steps:
|
Example 2. Creating Files to Tape Job with Masks
This example shows how to create the Agreements Copy Job files to tape job copying .pdf files from the Signed folder.
Perform the following steps:
|
Related Commands