跳转到主内容

Exciting new changes are coming to the Knowledge Base site soon!
Starting April 4, 2023, you will notice Support-Specific categorization and improvements to the search filters on the site. In May, we will be launching a new and enhanced Site UI and Navigation. To know more, read our Knowledge Article.

是否可以在上次保留失败后删除 SnapCenter 存储库备份 DMP 文件?

Views:
10
Visibility:
Public
Votes:
0
Category:
snapcenter
Specialty:
snapx
Last Updated:

适用于

SnapCenter 服务器

解答

可以,从 Windows 资源管理器或 CMD.exe 中删除这些 DMP 文件时不会出现问题。

但是,最好从创建的策略中查看保留情况,确认哪些策略仍应存在,并将这些策略保留在驱动器上。

其他信息

在从 PowerShell 计划存储库备份时,系统会提供计划和保留,并且备份会在 Windows 任务计划程序中作为一项特殊任务来实施,并具有自己的资源组和策略。

资源组名为 "MYSQL_DS_SC_Repository",策略名为 "MYSQL_Backup_SC_Repository"

可以使用 PowerShell 请求有关此策略的策略信息,也可以请求此资源组上的所有策略:

PS C:\Users\<USER>> Open-SmConnection
PS C:\Users\<USER>>Get-SmPolicy -PolicyName "MYSQL_Backup_SC_Repository"
PS C:\Users\<USER>>Get-SmPolicy -DatasetName "MYSQL_DS_SC_Repository"

 

Scan to view the article on your device