Backups¶
Starting with EasyAdmin v5.6, backups of your banlist are automatically created and saved in the backup folder inside your EasyAdmin directory.
By default: - A new backup is created every 3 days. - Old backups are kept for 30 days before being deleted to make space for new ones.
Configuring Backups¶
You can change how backups are created by editing the following Convars in your server config file:
1 2 | |
Example: For High-Traffic Servers¶
If your server bans players frequently (e.g., hourly), you might want to use this configuration:
1 2 | |
This setup ensures you always have a recent backup if needed.
You can also create a backup manually at any time using the command:
1 | |
Restoring from a Backup¶
EasyAdmin allows you to restore your banlist from a backup file.
-
Find the backup file you want to use.
It will be in thebackupsfolder, and will look something like:1banlist_12_37_16_12_2077.json -
Use the command to load the backup:
1ea_loadBackup banlist_12_37_16_12_2077.json
⚠️ Make sure to replace
banlist_12_37_16_12_2077.jsonwith the actual name of the backup file you want to load.
Summary¶
| Task | How to Do It |
|---|---|
| Create automatic backups | Use ea_backupFrequency and ea_maxBackupCount in config |
| Create a manual backup | Run ea_createBackup in-game or via console |
| Restore from backup | Run ea_loadBackup <filename.json> with the correct file name |