本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
使用PowerShell Cmdlet清除次要備份數
貢獻者
- 此文件 PDF 的網站
個別的 PDF 文件集合
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
您可以使用 Remove-SmBackup Cmdlet 來清理沒有 Snapshot 的次要備份數。當「管理複本」拓撲中顯示的總快照數與次要儲存 Snapshot 保留設定不符時、您可能會想要使用此 Cmdlet 。
您必須準備好PowerShell環境、才能執行PowerShell Cmdlet。
您可以執行_Get-Help命令name_來取得可搭配Cmdlet使用之參數及其說明的相關資訊。或者、您也可以參閱 "《軟件指令程式參考指南》SnapCenter"。
步驟
-
使用Open-SmConnection Cmdlet為SnapCenter 指定的使用者啟動與SetsServer的連線工作階段。
Open-SmConnection -SMSbaseurl https:\\snapctr.demo.netapp.com:8146/
-
使用-Clean輔助備份參數清除二線備份數。
此範例清除二次備份的備份數、但不含快照:
Remove-SmBackup -CleanupSecondaryBackups 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"):