> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/docs/system-maintenance-and-security/restore-backup.md).

# Backup and restore

## Summary

FactFinder automatically creates a backup of the previous configuration each time you [save a transaction](/docs/user-interface/editing-configurations-managing-transactions.md). It keeps the last 30 changes per channel.

The **Backup** feature lets you review these backups and restore them if needed.

Restoring a backup reverts all changes made after that restore point.

Find **Backup** under **System maintenance**. In the default menu, go to **More settings…**

![](/files/SzXGkwqQcTUL5vGsTrDr)

## Backups

### List of Backups

![](/files/VEHRy14SHv58yLFxB5lK)

All saved backups are listed in a grid with the following columns:

![](/files/Ph63z0daepEWYQihI5Tp)

**Date** — date and time when the backup was created

![](/files/Ehk1tMw4qBIWvCgJj7rh)

**Comment** — description entered when the changes were saved. This helps identify which changes will be reverted. If no comment was entered, it may be unclear which changes will be discarded.

![](/files/UipZ5ADW4CYdVObCmdDS)

**User** — user ID of the person who made and saved the changes. Use individual user IDs for each person in [FactFinder NG User Management](/docs/system-maintenance-and-security/factfinder-ng-user-management.md).

![](/files/2XF0kf1Bm7Z35I6UtFNL)

**Restore** — restores the selected configuration

### Restore a Backup

To restore a backup:

1. [Select a channel](/docs/basic-settings/factfinder-ng-channels/switching-the-active-channel.md) whose configuration you want to revert
2. In the [list of backups](#list-of-backups), find the backup to restore
3. Click the **Restore** icon
4. Confirm the action in the dialog

![](/files/r992dax6IYPov0Wqcbkg)

5. Wait for the progress notification

![](/files/lRthsI64PWKLRMQCEq0e)


---

# 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.fact-finder.com/docs/system-maintenance-and-security/restore-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.
