Update-SmBackup
Contributors
Suggest changes
Updates the raw device mapping (RDM) information of a backup.
Syntax
Update-SmBackup [-BackupId] <Int64> [-BackupName] <String> [-AccessPath] <String> [-DataStoreName] <String> [-RdmFileName] <String>
Detailed Description
Updates the raw device mapping (RDM) information of a backup.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
BackupId |
Specifies the ID of the backup to update. |
false |
false |
|
BackupName |
Specifies the name of the backup to update. |
false |
false |
|
AccessPath |
Specifies the RDM file system's drive letter or mount point. |
true |
false |
|
DataStoreName |
Specifies the datastore of the RDM file at the time of the backup. |
true |
false |
|
RdmFileName |
Specifies the RDM file path at the time of the backup. |
true |
false |
Examples
Example 1: Update RDM information to backup
Update-SmBackup -BackupId 20 -AccessPath R:\ -DataStoreName "csmdev-SMSQL-ds02" -RdmFileName "[csmdev-SMSQL-ds02] csmdev-SMSQL-vm02\csmdev-SMSQL-vm02_1.vmdk"
Result : SMCoreContracts.SMResult TotalCount : 0 DisplayCount : 0 Context : Job : SMCoreContracts.SmJob