SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

New-SmUnmountBackup

Initiates an unmount operation.

Syntax

New-SmUnmountBackup [-BackupName]  <String>

Detailed Description

Initiates an unmount operation.

Parameters

Name Description Required? Pipeline Input Default Value

BackupName

Specifies the name of the backup you want to unmount.

true

true (ByPropertyName)

Examples

Example 1: Unmounting a backup

 New-SmUnmountBackup -BackupName my_linux_10-20-2015_14.07.32.8158_0

This example syntax unmounts a mounted Oracle backup.

Top of Page