Absolet includes a built-in server backup system that lets you snapshot your server’s structure and restore it at any time. Backups capture the layout of your channels and categories, your roles, and your custom emojis — giving you a reliable safety net before large structural changes or migrations. The system is powered by theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/devjhoan/absolet/llms.txt
Use this file to discover all available pages before exploring further.
discord-backup package (v3.3.2).
What Gets Backed Up
| Item | Backed Up? |
|---|---|
| Channel categories | ✅ Yes |
| Text and announcement channels | ✅ Yes |
| Roles | ✅ Yes |
| Custom emojis | ✅ Yes |
| Messages / message history | ❌ No |
doNotBackup: ['messages']). Only server structure and configuration are preserved.
Permissions
All/backup subcommands are restricted to members with the Owner role by default. This is configured in config/commands.yml under the Backup key and can be adjusted by editing the Permissions list for that entry.
Commands
Create a backup
List all backups
- The backup’s ID
- A channel tree preview — categories with their child channels indented beneath them
- The creation timestamp (displayed as a Discord relative timestamp)
- The emoji count included in the backup
Load a backup
Quick Reference
/backup create
Snapshot channels, roles, and emojis. Returns a backup ID to store safely.
/backup list
Paginated overview of all saved backups with channel previews and timestamps.
/backup load <id>
Destructive. Deletes all channels and rebuilds from the chosen snapshot.
/backup delete <id>
Permanently removes a backup by ID. Cannot be undone.