Skip to content

Commit 8b1a046

Browse files
committed
feat: Cache cleanup supports cleaning up unassociated backups
1 parent 36fdf05 commit 8b1a046

File tree

3 files changed

+337
-107
lines changed

3 files changed

+337
-107
lines changed

agent/app/dto/setting.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type SyncTime struct {
3737

3838
type CleanData struct {
3939
SystemClean []CleanTree `json:"systemClean"`
40+
BackupClean []CleanTree `json:"backupClean"`
4041
UploadClean []CleanTree `json:"uploadClean"`
4142
DownloadClean []CleanTree `json:"downloadClean"`
4243
SystemLogClean []CleanTree `json:"systemLogClean"`

0 commit comments

Comments
 (0)