SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Rename-SmBackup
Renames an existing backup.
Syntax
Rename-SmBackup [-BackupName] <String> [-NewBackupName] <String> [-PluginType] <PluginCode>
Detailed Description
Renames an existing backup.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
BackupName |
Name of the existing backup. |
true |
false |
|
NewBackupName |
The new name you will give the backup. |
true |
false |
|
PluginType |
Provides the SnapCenter plug-in type. You can specify one of the following: SCSQL or SCW. |
true |
false |
Examples
Example 1: Renames an existing backup
Rename-SmBackup -BackupName SQL_DATASET_CLONE_csmdev-smsql-02_08-03-2015_13.45.19.4400 -NewBackupName SQL_DATASET_CLONE_RENAMED -PluginType SCSQL -Verbose
This example command syntax renames an existing backup to a new name that you specify.
VERBOSE: Start Rename-SmBackup
VERBOSE: Rename-SmBackup ended successfully.