Skip to main content
Mneno provides built-in tools for exporting memories to JSON, importing them back, and creating timestamped backups. This is essential for data migration, persistence, and disaster recovery.

Exporting Memories

You can export your entire memory store to a JSON payload or directly to a file.
The exported file includes a version field to ensure compatibility with future Mneno versions.

Importing Memories

Importing allows you to load memories from a previous export. Mneno supports several import modes to handle conflicting IDs:

Import Modes

Backups

Backups are a specialized form of export that use timestamped filenames by default.

Restore

Restoring is a shortcut for a replace or append import from a backup file.

Validation

Mneno validates the format and version of all incoming JSON payloads during import. If a file is corrupted or uses an unsupported format version, Mneno will raise a clear error to prevent data corruption.