> For the complete documentation index, see [llms.txt](https://docs.nodeum.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodeum.io/data-archiving/console/system-settings/backup.md).

# Backup

### System Backup

> System -> Backup

This stores all crucial details of the configured solution. In the event of a failure, the generated backup enables system restoration to its original state.

| Components                  | Description                                                                          |
| --------------------------- | ------------------------------------------------------------------------------------ |
| Databases                   | Includes SQL and NoSQL data such as file catalog, metadata, and task execution logs. |
| S3 - Swift API Keys         | Handling Authentication for S3 and Swift Storage Providers                           |
| Tasks execution log reports | File Processing History per Task                                                     |

For more details see [the failover section](/data-archiving/system-reliability/backup-and-restore.md)


---

# 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://docs.nodeum.io/data-archiving/console/system-settings/backup.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.
