Backup Cleanup
Backup Cleanup
Active
Pilih message-backup category dan retention count yang digunakan 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 | Pilih kedua message categories, commit backups saja, atau tag backups saja. Shared enum juga memuat branch untuk broader cleanup orchestration. | all | No |
keep | Non-negative integer | Pertahankan sejumlah most-recent files ini di setiap selected backup category dan hapus file yang lebih lama. | 10 | No |
Generated retention
toml[tool.custy.cli.cleanup.backup]
type = "all"
keep = 10