Get-VBRBackupRepository
Short Description
Returns a list of backup repositories.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRBackupRepository [-Name <String[]>] [-ScaleOut] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of backup repositories added to the backup infrastructure.
You can get a list of all backup repositories, get scale-out backup repositories or look for repositories directly by name.
Important |
|
To get information on object storage repositories, run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies an array of backup repositories names. The cmdlet will return repositories with these names. |
|
False |
Named |
False |
|
ScaleOut |
Defines that the cmdlet will return only scale-out backup repositories. Note: You must provide this parameter to get scale-out backup repositories.
Default: |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns one of the following objects:
VBRScaleOutBackupRepository— if you specify theScaleOutparameter.CBackupRepository— if you do not specify theScaleOutparameter.
Examples
Example 1. Getting Standalone Backup Repositories
|
This command gets all standalone backup repositories added to the backup infrastructure.
|
Example 2. Getting Scale-Out Backup Repositories
|
This command gets scale-out backup repositories added to the backup infrastructure.
|
Example 3. Getting Standalone Backup Repositories by Name
|
This command gets the
|
Example 4. Getting Scale-Out Backup Repository by Name
|
This command gets scale-out backup repository named
|