> For the complete documentation index, see [llms.txt](https://docs.appsforchat.com/reminder-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appsforchat.com/reminder-bot/guides/other-guides/backup-and-restore-reminder-data/how-to-create-backup.md).

# How to create Backup?

Your Reminder app has an in-built mechanism to automatically create backup at the given frequencies. These backups will be in the form of files (text or JSON file) which will be uploaded directly to the configured backup channel.

1. In-order to start creating backups, first go to Reminder app settings (Administration -> Apps -> Reminder App -> Settings)
2. Under the app settings, these are the 4 settings which control the backup feature. Locate these settings.<br>

   <figure><img src="/files/d9d4KpYiqBZYGoPbpaHY" alt=""><figcaption><p>Settings to configure backup</p></figcaption></figure>
3. To enable backup, enter the "Backup Channel" setting. Here you'd need to enter the name of the channel. Note: Display name won't work, it should be the system name of the channel. You may get the name from the URL of the channel, like this

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

{% hint style="info" %}
Note: On newer version of the app (version 2.4.0 and above), a backup channel will automatically get created once you've installed the app. So on those versions, you may not have to do the above steps.&#x20;
{% endhint %}

Lastly, click on the **SAVE** setting button on the top right.&#x20;

If you've not created any backup before, then please **disable and re-enable the app** for the settings to take into effect. In this scenario, you should see your backup file getting generated after 6 minute.

Here's a sample backup file sent to the backup channel :tada:

<figure><img src="/files/KgMgHw3eZDy6y3sgSFAu" alt=""><figcaption><p>Sample backup</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.appsforchat.com/reminder-bot/guides/other-guides/backup-and-restore-reminder-data/how-to-create-backup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
