Options
Options
Learn about the command-line options supported by the backup command.
custy backupCategory
Quick Command
custy backup commitOverviewâ
The backup command accepts command-specific options that control how backup files are created.
Configuration values may also be resolved from your project's
config.toml file.
Available Options
Option Resolution
When determining backup behavior, Custy resolves values in the following order.
- Command-line options.
- Project configuration (
config.toml). - Custy's built-in defaults.
This allows projects to define sensible backup policies while still allowing individual executions to override specific settings.
Backup Directories
The exact backup destination depends on the selected subcommand.
Typical destinations include dedicated directories for commit backups and tag backups.
These locations can be customized through the project configuration.
What's Next?
Continue to the Backup Files page to learn what Custy backs up, where those files are stored, how backup names are generated, and how old backups are managed.