> For the complete documentation index, see [llms.txt](https://docs.backupflows.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.backupflows.com/how-to-make-backups.md).

# How to make Backups

## Creating a Backup

This guide explains how to create your first backup using Backup Flows.

### Requirements

Before creating a backup, make sure:

* Your server is connected to Backup Flows
* The agent is installed and authenticated
* Your server appears in the dashboard

***

### Create a Backup from the Dashboard

1. Go to the Backup Flows dashboard
2. Select your server
3. Click on **Create Backup**
4. Choose the files or directories you want to back up
5. Configure options if needed
6. Click **Start Backup**

The process will start immediately, and you will be able to monitor progress in real time.

***

### Backup Options

Depending on your configuration, you may:

* Exclude specific files or folders
* Adjust compression or optimization
* Configure encryption settings

***

### Verify the Backup

After the process is completed:

* Go to the dashboard
* Check the latest backup status
* Confirm that your files are included correctly

***

### Tips

* Start with small test backups before backing up large amounts of data
* Avoid including temporary or unnecessary files
* Keep your backup structure organized

***

### Next Steps

Once your first backup is complete, you can:

* Schedule automatic backups
* Configure retention policies
* Enable alerts and notifications
* Test restore procedures


---

# 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.backupflows.com/how-to-make-backups.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.
