Pular para o conteúdo
Xenon

Backups

Este conteúdo não está disponível em sua língua ainda.

Backups are used to save or duplicate your server. Backups are linked to the user that created it, but not limited to a server. That means you can use backups to move, or duplicate a server. Backups can contain channels, roles, server settings and even threads, forum posts, messages, bans, nicknames and role assignments if you have premium.

Create a backup of your server. Once the backup is made, the bot replies with its id. You can find a list of your previously created backups with /backup list.

/backup create message_count
message_count optional Premium

The count of messages to save per channel. Defaults to the most your tier allows.

Default
0 / 50 / 100 / 250
Max
0 / 50 / 100 / 250

Rebuild a server from a backup you made earlier. You can find your backup ids with /backup list.

Please read this if you are having issues loading messages with attached files.

/backup load backup_id message_count options
backup_id required

The id of the backup you want to load. You can get a list of your backups using /backup list.

message_count optional Premium

The count of messages to load per channel. Defaults to the most your tier allows.

Default
0 / 50 / 100 / 250
Max
0 / 50 / 100 / 250
options optional

A list of arguments, separated by a space. Putting a ! in front of an argument disables that option, * enables all of them and !* disables all of them.

Only settings, roles and channels work for non-premium users.

Values
settings members channels delete-channels roles delete-roles bans invite pins
Default
delete-channels channels delete-roles roles settings
/backup load backup_id: 434ATZPVLA options: !* delete-roles roles

Loads the roles and nothing else.

/backup load backup_id: 434ATZPVLA options: !delete-roles !channels

Loads everything, but keeps the channels and roles the server already has.

You can get a list of your backups using /backup list.

/backup delete backup_id
backup_id required

The id of the backup you want to delete. You can get a list of your backups using /backup list.

The bot can create a backup of your server in a certain interval. It overrides the old one every time it creates a new one. Different premium tiers can keep more than 1 interval backup per server.

To find your interval backups you can use /backup list. Look for the clock emoji next to the backup id.

/backup interval on interval message_count
interval required

The time between every backup. Premium users can have this as low as 4h but free users have a minimum of 24 hours.

message_count optional Premium

The count of messages to save per channel. Defaults to the most your tier allows.

Default
0 / 50 / 100 / 250
Max
0 / 50 / 100 / 250

Show the backups on your account, newest first, with their ids. Interval backups are marked with a clock emoji.

/backup list page
page optional

Which page of the list to show.

Default
1

Show what a backup contains, when it was made and how much of the server it captured, without loading it.

/backup info backup_id
backup_id required

The id of the backup you want to look at.

Loading a large server takes a while. These two commands act on the load currently running on the server you run them in.

/backup status

Reports how far the running load has got.

/backup cancel

Stops the load. Anything already applied stays applied. Canceling does not undo the parts of the backup that have loaded, and it does not give back any role creations the load has already spent. See Role Creation Cooldown.