idx export for filesystem
Persist idx state to disk.
Signature
> idx export {flags} (filepath)
Parameters
filepath: Path where idx snapshot should be stored.
Input/output types:
| input | output |
|---|---|
| nothing | record |
Examples
Save the current idx index to disk
> idx export ~/my-index.dbNotes
The snapshot is stored as a SQLite database. Use idx import to reload it.