Remove backups using PowerShell cmdlets
Suggest changes
-
PDF of this doc site
- Protect Microsoft SQL Server databases
- Protect SAP HANA databases
- Protect IBM Db2
- Protect PostgreSQL
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the Remove-SmBackup cmdlet to delete backups if you no longer require them for other data protection operations.
You must have prepared the PowerShell environment to execute the PowerShell cmdlets.
The information regarding the parameters that can be used with the cmdlet and their descriptions can be obtained by running Get-Help command_name. Alternatively, you can also refer to the SnapCenter Software Cmdlet Reference Guide.
Steps
-
Initiate a connection session with the SnapCenter Server for a specified user by using the Open-SmConnection cmdlet.
PS C:\> Open-SmConnection
-
Delete one or more backup using the Remove-SmBackup cmdlet.
This example deletes two backups using their backup IDs:
Remove-SmBackup -BackupIds 3,4 Remove-SmBackup Are you sure want to remove the backup(s). [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):