For the complete documentation index, see llms.txt. This page is also available as Markdown.

Archives

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

Screenshot placeholder: Workstation → Administration → Archives. Cards for Total Size, Archives Count, and Avg. Size, plus a table of archive filenames.

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 and Server.

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:

$ 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.

Last updated