Archives
Administration → Archives lists compressed database snapshots created by the server's archive job. The page title in the Workstation is Database Archives.
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