lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.25k stars 46 forks source link

Snapshot Support #51

Closed ChillFish8 closed 2 years ago

ChillFish8 commented 2 years ago

Regular backups are currently possible, but hard on a per-index basis. A dedicated snapshot system would help this issue and remove the need for a 3rd party tool/script.

ChillFish8 commented 2 years ago

Implemented by #54