Backups
Backups are used to save and duplicate your server. Backups are limited to the user that created it, but not limited to a server. That means you can use backups to move, or duplicate a server.
Create a backup of your discord. After the bot created the backup, it will tell you the backup id. You can find a list of your backups with
x!backup list
By default Xenon does not save messages, nicknames or role assignments. This is only possible with Xenon Premium.
x!backup create [chatlog]
chatlog
The count of messages to save per channel
max: 0 / 25 / 100 / 250
default: 0
optional
Load a backup. You obviously need to create backup before you can use this command.
You can find a list of your backups with
x!backup list
.Loading a backup replaces all channels and roles in the discord. It does not kick the members.
x!backup load <backup-id> [chatlog] [options...]
backup-id
chatlog
options
The id of the backup you want to load. You get this after creating a backup.
You can also use the guild id to load the latest automated backup.
required
The count of messages to load per channel
max: 0 / 25 / 100 / 250
default: 0
optional
A list of arguments, separated by a space. Putting a
!
in front of the argument disables the option.*
enables all!*
disabled allValid Arguments:
members channels roles bans settings
Example:
x!backup load <backup-id> !* roles
will only load rolesoptional
default: members channels roles bans settings
You obviously need to create backup before you can use this command.
You can find a list of your backups with
x!backup list
.Deleting a backup is irreversible! Be careful with this command.
x!backup delete <backup-id>
backup-id
The id of the backup you want to delete. You get this after creating a backup.
You can also use the guild id to delete the latest automated backup.
required
The bot creates a backup of your guild in a certain interval. It overrides the old one every time it creates a new one.
To load a automated backup you can use
x!backup load interval
to load the last automated backup from the current guild or x!backup load <guild_id>
to load the last automated backup from an other guildx!backup interval <interval...> [chatlog]
interval
chatlog
A list of arguments, separated by a space. The time the bot should wait between two automated backups. Supported units are
weeks (w)
days (d)
hours (h)
minutes (m)
Example:
x!backup interval 1d 12h
will backup your discord every 36 hoursrequired
The count of messages to load per channel
max: 0 / 25 / 100 / 250
default: 0
optional
Last modified 3yr ago