Backups
Snapshot your server's roles and channels so you can rebuild quickly after an accident, a nuke, or a bad reorganization.
A backup is a saved snapshot of your server's roles and channels. If something goes wrong (a rogue admin, a botched reorg, a nuke attempt), restore a backup to recreate that structure instead of rebuilding by hand. Take them manually or on a schedule.
Warning: Restoring is destructive. It removes existing channels first, then recreates the roles and channels from the snapshot. It does not capture messages or members.
Commands
The backup command (alias backups) needs Administrator:
,backup create [label] snapshot roles and channels
,backup list list stored backups
,backup info <id> show a backup's details
,backup load <id> restore a backup (asks to confirm)
,backup delete <id> delete a backup
,backup auto <hours|off> auto-backup every N hours (6-168), or turn off
,backup config show backup settings
Example
,backup create before-reorg
,backup auto 24
,backup load 3
Manage and restore snapshots on the Backups dashboard page (under Moderation). Take a labelled backup before any big structural change so you have a known-good point to roll back to.