Skip to main content

Backups

Protect your server data with regular backups. The game panel makes it easy to create, manage, and restore backups.

Accessing Backups

  1. Select your server from the dashboard
  2. Click Backups in the left sidebar

Creating a Backup

Manual Backup

  1. Click Create Backup
  2. (Optional) Enter a name for the backup
  3. (Optional) Add files/folders to ignore
  4. Click Start Backup

Ignored Files

You can exclude files from backups to save space:
# Common exclusions
*.log
logs/
cache/
dynmap/

Backup Information

Each backup shows:
FieldDescription
NameBackup identifier
SizeCompressed backup size
CreatedDate and time created
ChecksumIntegrity verification hash

Managing Backups

Download a Backup

  1. Click the menu on a backup
  2. Select Download
  3. Save the .tar.gz file

Restore a Backup

Restoring overwrites current files! Make sure you want to replace your current data.
  1. Click the menu on a backup
  2. Select Restore
  3. Choose restore options:
    • Delete existing files before restoring (recommended)
  4. Confirm the restoration

Delete a Backup

  1. Click the menu
  2. Select Delete
  3. Confirm deletion

Lock a Backup

Lock important backups to prevent accidental deletion:
  1. Click the menu
  2. Select Lock

Automated Backups

Set up scheduled backups using the Schedules feature:
  1. Go to Schedules
  2. Create a new schedule
  3. Add a Create Backup task
FrequencyUse Case
Every 6 hoursActive servers with frequent changes
DailyStandard servers
WeeklyLow-activity servers

Backup Limits

Your plan includes a certain number of backup slots. When you reach the limit:
  • Delete old backups to make room
  • Download and store backups externally
  • Consider upgrading your plan

Remote Backups

Vexium Hosting provides encrypted remote backups for additional protection:
  • Stored securely offsite
  • Protected against local failures
  • Available for disaster recovery

Best Practices

Before Major Changes

Always create a backup before:
  • Installing new mods/plugins
  • Updating server software
  • Making configuration changes
  • World edits or resets

Regular Schedule

  • Set up automated daily backups
  • Keep at least 3 recent backups
  • Download weekly backups to your computer

Test Your Backups

Occasionally restore a backup to a test environment to verify it works.

Naming Convention

Use descriptive names:
  • pre-update-1.20.4
  • weekly-2024-01-15
  • before-new-plugins

Restoring from External Backup

If you have a downloaded backup:
  1. Upload the backup via SFTP or File Manager
  2. Extract the files (may require support assistance)
  3. Or contact support for help restoring external backups

Troubleshooting

Backup Failed

  • Check disk space allocation
  • Try excluding large unnecessary files
  • Contact support if issues persist

Restoration Failed

  • Ensure server is stopped before restoring
  • Check backup integrity (checksum)
  • Try downloading and manually uploading files

Backup Too Large

Exclude unnecessary files:
  • Logs (logs/, *.log)
  • Cache files (cache/, *.cache)
  • Map renders (dynmap/, bluemap/)

Next Steps