> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-server-backups.md).

# Create server backups

When running a server, it's really important to take frequent backups to avoid data loss. We give you plenty of backup storage so that you can keep your server data safe.

{% hint style="warning" %}
If you don't have enough backup storage to create a full backup, we recommend [using SFTP](/knowledgebase/game-panel/use-sftp-with-filezilla.md) to manually download files, or alternatively upgrading your backup storage limit.&#x20;
{% endhint %}

To get started, head over to the [Game Panel ](https://game.lodestone.host)and select "Backups" on the sidebar menu.

<figure><img src="/files/nMvj7szis7g2Frc89xW8" alt=""><figcaption></figcaption></figure>

Click "Create" to begin the backup process.

<figure><img src="/files/VGut3XiKfeQIKzruF5mM" alt=""><figcaption></figcaption></figure>

You'll now need to name the backup and click "Submit" once done. Please note that this will stop the server if it's running, and you won't be able to access files while the backup is being created.

&#x20;![](/files/MYQKYO7eFczdhz1EwenX)

Once done, you'll be able to delete, restore, or download your backup.&#x20;

{% hint style="danger" %}
We  recommend **taking frequent backups** to make sure you're covered in the unlikely event of data loss.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-server-backups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
