Shadow Drive
When enabled, VecLabs uploads your encrypted collection to decentralized storage after every write - creating a permanent backup that survives server restarts and infrastructure changes.How it works
After every upsert() or delete():- The encrypted .db file is written to disk (synchronous - Phase 4)
- The same encrypted buffer is uploaded to decentralized storage (async)