# Local Backups

### Overview

The local backup feature is designed to periodically capture and store snapshots of your Ostara configurations, and connections. These backups provide a safety net for system recovery and allow you to roll back to a previous known state if needed. The backups are saved locally on your machine and can be viewed/restored from the `Local Backups` window in the settings.

#### Automatic backups

The system will periodically create backups, these backups are rolling, so no more then 30 backups are saved. You can choose to restore them at any time. Additionally you are able to delete unwanted backups.

#### Manual Backups

From this screen you can also create manual backups. These backups can only be created and deleted manually, meaning the rolling feature will not clean up old backups.

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

#### Legend

![](/files/ewjIcJttPdpNs9L1IwEL) - Restore selected backup

![](/files/WANcdi7AIh2pDBGM80Kg) - Create new manual backup

#### Restoring a backup

When you restore a backup it will override the current configurations, you can see a preview of the backup to be restored.

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


---

# Agent Instructions: 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://docs.ostara.dev/features/local-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.
