Quickstart
This section shows the minimal safe workflow.
Create your first backup
Backup configs of all plugins:
/cg backup plugins
Backup a single plugin:
/cg backup plugin:Essentials
View existing backups
/cg list
Compare backups
/cg diff ID1 ID2
Use content diff if needed:
/cg diff ID1 ID2 --content
Restore safely
Always preview first:
/cg restore ID --dry-run
Then restore:
/cg restore ID
What to do next
- Configure retention rules
- Enable scheduler jobs
- Review safety limits
- Read Concepts to understand modes and targets
You now have a safe backup workflow.