Export CSAF Documents
Export all stored CSAF documents to the filesystem with sidecar hash files.
Each document is validated and its csaf_version is
rewritten to match the currently active CSAF mode.
./data_exportCSAF mode (written into files):
2.1Documents to export: 0
SHA-256 sidecars: enabled
SHA-512 sidecars: enabled
SHA3-512 sidecars: enabled
Dump Database
Snapshot the live csaf.redb and csaf.sqlite
databases into the configured Dump Directory with matching
SHA-256, SHA-512, and SHA3-512 hash sidecars. The sqlite snapshot uses the
online-backup API so writes in flight are not lost, and the redb copy is
pinned by an MVCC read transaction for the duration of the copy.
./data_dumpSHA-256 sidecars: enabled
SHA-512 sidecars: enabled
SHA3-512 sidecars: enabled
Export Audit Log
Export every row of the audit_log table (CRUD, settings
changes, import / export events) in four formats, each with matching
hash sidecars. Outputs land in the Export Directory
under an ISO-8601 timestamp stem:
audit-YYYY-MM-DDTHH-MM-SSZ.{md,csv,json,sarif}.
SARIF 2.1.0 output is self-validated before write.
./data_exportSHA-256 sidecars: enabled
SHA-512 sidecars: enabled
SHA3-512 sidecars: enabled