Skip to main content

Backup Cleanup

Backup Cleanup

Active

Select the message-backup category and retention count used by cleanup.

Command[tool.custy.cli.cleanup.backup]

Category

Cleanup Configuration

Quick Command

[tool.custy.cli.cleanup.backup]

typekeepretention

Properties

Properties

PropertyTypeDescriptionDefaultRequired
typeall | commit | tagSelect both message categories, commit backups only, or tag backups only. The shared enum also contains branch for broader cleanup orchestration.allNo
keepNon-negative integerRetain this many most-recent files in each selected backup category and remove older files.10No
Generated retention
toml
[tool.custy.cli.cleanup.backup]
type = "all"
keep = 10

Continue