Syntax
Syntax
Learn how to create backups for Custy's template resources.
custy backupCategory
Quick Command
custy backup commitOverviewâ
The backup command provides three subcommands that determine which template resources should be backed up.
Each subcommand performs a different backup operation while sharing the same overall behavior.
Command Syntax
Command Syntax
Available command syntax and usage examples.
Backup Commit Template
Create a backup of the configured commit message template.
custy backup commitBackup Tag Template
Create a backup of the configured tag message template.
custy backup tagBackup All Templates
Create backups for both commit and tag message templates.
custy backup allSubcommands
| Subcommand | Purpose |
|---|---|
commit | Backup the configured commit message template. |
tag | Backup the configured tag message template. |
all | Backup both template files in a single operation. |
Each subcommand creates timestamped backup files inside the configured backup directories.
Workflow Integration
The backup command can be executed directly when you only want to create backups.
Backup operations can also participate in larger Custy workflows.
Those workflow-oriented backup stages are documented in the Run command documentation.
What's Next?
Continue to the Options page to learn about the command-line options available for each backup subcommand.