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

# Manual Backups

## Overview

While Jobs will usually be set to run on a recurring schedule, it might sometimes be necessary to run a Project backup manually.

## Performing a Manual Backup

To initiate an on-demand backup, navigate to the *Projects* tab and find the Project you wish to backup manually. Click the *Backup Now* button to start the backup. You will find this same button on the Job and Device cards that are linked to your Project, so you can also start a Project backup from those Site assets as well.

![](/files/1IqTn4N4Ubvle1glpAR7)

{% hint style="warning" %}
You can only run manual backups for a Project whose supporting Agent is online. The status color on the left of the Project card shows if the Agent is online and able to perform the backup.
{% endhint %}

Your manual backup will initiate and you should be redirected to the *Job History* tab to see the progress of your backup.

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

{% hint style="info" %}
An on-demand backup will be listed as a "Manual Run" and will also display the avatar of the user who initiated the Project backup.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.copia.io/docs/devicelink/jobs/manual-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.
