List Backups
Guide on how to view your server's backups
Introduction
The list backups command allows you to view all the backups that have been created for your Discord server. This is useful for managing your backups and finding specific ones you may want to restore or delete.
Usage
This command can be used by users with the "backup.view" permission by running /backups list
Response
The command will return a list of all backups with the following information for each:
Field | Description |
---|---|
Backup ID | The unique identifier for the backup |
Created at | The timestamp when the backup was created |
Size | The size of the backup file |
Protected | Whether the backup is password protected |
Customization options
Prop | Type | Description |
---|---|---|
page? | integer | The page number to view (for servers with many backups) |
per_page? | integer | Number of backups to show per page |
Steps to view backups
Run /backups list
You can optionally specify the page number and how
many backups to show per page
Review the list of backups Each backup will show its ID, creation date,
size, and whether it's password protected
Use the backup ID You can use the backup ID with other backup commands
like restore or delete
Last updated on