Template Backup Directories
Template Backup Directories
Active
Choose where Custy stores retained commit and tag message copies.
Command
[tool.custy.cli.templates.directory]Category
Template Configuration
Quick Command
[tool.custy.cli.templates.directory]Propertiesâ
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
backups_commit | Directory path | Destination resolved by commit, backup, cleanup, and run flows. | .config/custy/templates/backups/commit | No |
backups_tag | Directory path | Destination resolved by tag, backup, cleanup, and run flows. | .config/custy/templates/backups/tag | No |
Generated directories
toml[tool.custy.cli.templates.directory]
backups_commit = ".config/custy/templates/backups/commit"
backups_tag = ".config/custy/templates/backups/tag"