Skip to content

Commit 0010855

Browse files
committed
feat: Cache cleanup supports cleaning up unassociated backups
1 parent 41bae1e commit 0010855

File tree

15 files changed

+747
-498
lines changed

15 files changed

+747
-498
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)