Enterprise-grade backup system with compression, scheduled automation, and granular restoration control.
/backup create # Create full backup
/backup list # View all backups
/backup load backup_id:ID # Restore backup
| Command | Description |
|---|---|
/backup create [name] | Create backup (select components) |
/backup list | View all your backups |
/backup info backup_id | Detailed backup information |
/backup load backup_id | Restore backup (select components) |
/backup delete backup_id | Delete specific backup |
/backup purge [server_filter] | Delete multiple backups |
| Command | Description |
|---|---|
/backup status | Check restoration progress |
/backup cancel | Cancel ongoing restoration |
| Command | Description |
|---|---|
/backup interval on interval:Daily/Weekly/Monthly | Enable auto-backups |
/backup interval off | Disable auto-backups |
/backup interval show | View current schedule |
/backup createbackup_name:My Backup to customize the name.You can backup:
/backup load backup_idDestructive Actions:
Then:
# Enable daily backups
/backup interval on interval:Daily
# Check schedule
/backup interval show
# Disable
/backup interval off
/backup interval show| Action | Permission |
|---|---|
| Create Backup | Administrator |
| View Backups | None (own backups) |
| Restore Backup | Administrator |
| Delete Backup | None (own backups) |
| Scheduled Backups | Administrator |
/backup infoCauses:
Fix:
Normal Behavior:
If Actually Stuck:
/backup status to check progress/backup cancel if neededWhy Required:
Grant Temporarily:
Solution:
Check:
/backup interval show - Is it enabled?Fix:
/backup interval onIndefinitely until:
The server will be left partially restored. You'll need to:
/backup status to see where it stopped