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]Properties
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
type | all | commit | tag | Select both message categories, commit backups only, or tag backups only. The shared enum also contains branch for broader cleanup orchestration. | all | No |
keep | Non-negative integer | Retain this many most-recent files in each selected backup category and remove older files. | 10 | No |
Generated retention
toml[tool.custy.cli.cleanup.backup]
type = "all"
keep = 10