> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/7/administrator-guide/server/archives.md).

# Archives

**Administration → Archives** lists compressed database snapshots created by the server's archive job. The page title in the Workstation is **Database Archives**.

<figure><img src="https://1957839935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQzShZISPoFZ9zIHUdjNB%2Fuploads%2FaRJli3QnPzMHPyupzT2e%2FScreenshot%202026-09-21%20at%2012-24-39%20.png?alt=media&amp;token=983a5bec-12f8-4093-99f5-e23bd0e151f5" alt=""><figcaption></figcaption></figure>

Archiving is configured in `settings.toml` under `[archive]`, not on this page. When enabled, a daily job runs at `start_at`. Policy `purge` drops data older than `retention`. Policy `archive` compresses that data into `<server_home>/arch` (invocations, key-value data, and symbols). See the [Server Configuration Reference](/7/administrator-guide/configuration/server-configuration-reference.md) and [Server](/7/administrator-guide/server.md#storage).

## What you can do here

* Review filename, size, and how many files exist.
* **Refresh** (requires **Query server**) to reload the list.
* **Delete** a file (requires **Edit archives**).

This screen does not create archives and does not restore them. To inspect a snapshot:

```shell-session
$ flopsar-server create --archive ARCHIVE.zip <TARGET_DIR>
$ flopsar-server local <TARGET_DIR>
```

Local mode is for inspecting archived data. Open the Workstation at `https://localhost:9443`.
