You can import only those backups that were archived using SnapVault technology from SnapManager for Microsoft SQL Server to SnapCenter from the command-line interface.
- Perform the following steps to create schedules similar to SnapManager for Microsoft SQL Server schedules manually in SnapCenter:
- Retrieve the schedule information from SnapManager for Microsoft SQL Server by using the Get-SmSchedule cmdlet.
- Save the schedule information.You can use this schedule information while creating policies in SnapCenter.
- Disable SnapManager for Microsoft SQL Server schedules by using the Get-SmSchedule -Hostname <hostname> -PluginCode SMSQL -DisableCurrentGenSchedule cmdlet.
- Import archived backups by using the Invoke-SmBackupMigration cmdlet.