Get-SmRepositoryBackups
Contributors
Suggest changes
Gets the backup and saves the metadata to the active file system (AFS).
Syntax
Get-SmRepositoryBackups [-Hostname] <String> [-SMSbaseUrl] <String>
Detailed Description
Gets the backup and saves the metadata to the active file system (AFS).
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Hostname |
Specifies the SnapCenter database host name. If the SnapCenter database is hostedby a failover cluster instance (FCI), then specify the FCI owner host name. |
false |
true (ByPropertyName) |
|
SMSbaseUrl |
Specifies the SnapCenter Server URL. This is required when executing a PowerShell command from a plug-in machine. For example:-SMSbaseUrl https://172.17.166.128:8146 |
false |
true (ByPropertyName) |
Examples
Example 1: Retrieving repository backups
Get-SmRepositoryBackups
This example syntax retrieves repository backups.