Get-VBRNASBackup
Short Description
Returns backup files created by the file backup job.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Getting all backup files created by the file backup job.
Get-VBRNASBackup [<CommonParameters>] |
- Getting backup files by the file backup job name.
Get-VBRNASBackup -Name <string[]> [<CommonParameters>] |
- Getting backup files by the file backup job ID.
Get-VBRNASBackup -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns backup files created by the file backup job.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies a name of the file backup job. The cmdlet will return an array of backup files that are created by this file backup job. | String[] | True | Named | False |
Id | Specifies an array of the file backup IDs. The cmdlet will return an array of backup files that are created by this file backup. | Guid[] | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRNASBackup object that contains backup files created by the file backup job.
Examples
Example 1. Getting All Backup Files
This command gets all backup files that are created by the file backup jobs. The cmdlet output will contain details of these backup files.
|
Example 2. Getting Backup Files by Name
This command gets backup files that are created by the Reports backup file backup job. The cmdlet output will contain settings of the backup file created by the Reports backup file backup job.
|
Example 3. Getting Backup Files by ID
This command gets backup files that are created by the e5559d89-ca63-48dc-a53b-d9c54b7f2482 file backup job. The cmdlet output will contain settings of the backup file crated by the e5559d89-ca63-48dc-a53b-d9c54b7f2482 file backup job.
|