orphelix backup
Create a timestamped backup of the Orphelix SQLite database.Usage
Example Output
Backup Location
Backups are stored in:Filename Format
orphelix-backup-2025-11-26-103045.db
What Gets Backed Up
The backup includes all SQLite database tables:- user_settings - Theme, mode, preferences
- github_settings - GitHub integration config
- github_pending_prs - Pending pull requests
- github_edit_basket - Pending file edits
- cluster_aliases - Custom cluster names
- critical_issues_settings - Monitoring preferences
- sidebar_pins - Navigation customization
- resource_metrics_history - Historical metrics (if feature enabled)
Automatic Backups
Backups are automatically created:- Before running
orphelix update - When explicitly requested via this command
Manual Backup
You can also manually copy the database:Related Commands
- restore - Restore from backup
- export-config - Export as JSON
- import-config - Import JSON config