> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabihosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Game Server Backups

> How to create, schedule, restore, and download backups of your game server at Wasabi Hosting

Backups are the cheapest insurance you'll ever have for your server. Worlds get corrupted, mods go wrong, and updates occasionally break saves — a recent backup turns any of these from a disaster into a two-minute fix.

## Creating a Backup

<Steps>
  <Step title="Open the Backups tab">
    Log in to the [Game Panel](https://panel.wasabihosting.com), select your server, and open the **Backups** section.
  </Step>

  <Step title="Create the backup">
    Click **Create Backup**. You can optionally name it (for example `before-update-1.21`) so you can identify it later.
  </Step>

  <Step title="Wait for completion">
    Small servers finish in seconds; heavily modded servers with large worlds can take a few minutes. The backup appears in the list when it's done.
  </Step>
</Steps>

<Tip>
  Name backups after *why* you made them — `pre-wipe`, `before-oxide-update`, `working-modpack` — future you will thank present you.
</Tip>

## Restoring a Backup

1. Stop your server from the **Console**.
2. Open **Backups**, find the backup you want, and choose **Restore**.
3. Wait for the restore to finish, then start the server again.

<Warning>
  Restoring replaces the current server files with the contents of the backup. Anything changed since that backup was created will be lost — if in doubt, create a fresh backup of the current state first.
</Warning>

## Downloading Backups

You can download any backup as an archive to your own computer from the Backups list. We recommend keeping an offline copy of your most important worlds — especially before big changes like map wipes or major game updates.

## Scheduling Automatic Backups

Use the **Schedules** feature in the panel to automate backups:

1. Open **Schedules** and create a new schedule (for example, daily at 05:00).
2. Add a **Create Backup** task to the schedule.
3. Optionally chain a server restart afterwards during off-peak hours.

<Info>
  Backup slots are limited per plan. When all slots are full, delete an old backup (or let the schedule rotate them) before creating a new one. Need more slots? [Contact support](https://billing.wasabihosting.com/submitticket.php).
</Info>

## When You Should Always Back Up

| Situation                                  | Why                                        |
| ------------------------------------------ | ------------------------------------------ |
| **Before game updates**                    | Updates can break saves, mods, and plugins |
| **Before installing mods/plugins**         | A bad mod can corrupt your world           |
| **Before editing config or economy files** | Syntax errors can prevent startup          |
| **Before a map or blueprint wipe**         | Wipes are irreversible without a backup    |
| **Before restoring another backup**        | Preserves your current state as a fallback |

## Backup Best Practices

* **Automate it** — a daily scheduled backup means you never lose more than a day.
* **Back up before, not after** — make it a reflex before any risky change.
* **Keep an offline copy** — download your most valuable worlds monthly.
* **Test your backups** — occasionally restore one to confirm it works as expected.

<Card title="Need a bigger server for your growing world?" icon="rocket" href="https://wasabihosting.com/game-servers">
  Upgrade anytime from the billing area — your files and backups are kept during the upgrade.
</Card>
