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 |
Platform: VMware, Hyper-V
Syntax
|
Add-VBRTapeFilesJob [-Name <String>] -Server <CHost> -Path <String[]> -MediaPool <CTapeMediaPool> [-MediaPoolIncremental <CTapeMediaPool>] [-Description <String>] [-Credentials <CCredentials>] [-Masks <String>] [-IgnoreCase] [<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-VBRJobStarts a backup or replication job. cmdlet to start the created job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the source server. |
|
False |
Named |
False |
|
Description |
Specifies the description for the new files to tape copy job. |
|
False |
Named |
False |
|
IgnoreCase |
Used to specify search conditions for If set, the search by name will be non case sensitive. |
|
False |
Named |
False |
|
Masks |
Used to specify search conditions for Specifies masks to select files in folders. |
|
False |
Named |
False |
|
MediaPool |
Specifies the target media pool that will be used for full backups.
Accepts the |
|
True |
Named |
False |
|
MediaPoolIncremental |
Specifies the target media pool that will be used for incremental backups.
Accepts the |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the new files to tape copy job. You can input string up to 255 symbols. |
|
False |
Named |
False |
|
Path |
Specifies the path to the folders you need to copy. Use You can specify multiple names separated by commas. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Server |
Specifies the source server where the files you need are located. |
|
True |
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
Perform the following steps:
|
Example 2. Creating Files to Tape Job with Masks
|
This example shows how to create the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRTapeMediaPoolReturns media pools.Get-VBRCredentialsReturns credentials records.