Invoke-SmBackupMigration
Contributors
Suggest changes
Migrates archived backups from SnapManager for Microsoft SQL Server to SnapCenter Plug-in for SQL Server.
Syntax
Invoke-SmBackupMigration [-HostName] <String> [-PluginCode] <PluginCode> [-SMSBaseUrl] <String>
Detailed Description
Invokes the operation of migrating archived backups from SnapManager for Microsoft SQL Server to SnapCenter Plug-in for SQL Server.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
HostName |
true |
true (ByPropertyName) |
||
PluginCode |
true |
true (ByPropertyName) |
||
SMSBaseUrl |
false |
true (ByPropertyName) |
Examples
Example : Migrates archived backups from SnapManager to SnapCenter Plug-in for Microsoft SQL Server
Invoke-SmBackupMigration -HostName windows2016.smsqlqa3.gdl.englab.netapp.com -PluginCode SCSQL
This example syntax invokes the operation of migrating archived backups from SnapManager for Microsoft SQL Server to SnapCenter Plug-in for SQL Server.