jethrokuan / z

Pure-fish z directory jumping
MIT License
1.29k stars 45 forks source link

Index lost #100

Open afedulov opened 3 years ago

afedulov commented 3 years ago

I ran out of space on my hard drive, had to clean up and reboot and the search index is gone. I would like to debug what has happened and consider backing z's data up. Where is the index file located?

jethrokuan commented 3 years ago
echo $Z_DATA

should tell you where it is.

afedulov commented 3 years ago

Thanks @jethrokuan. The file got truncated. Any idea why this could happen when the disk gets full?

markstos commented 2 years ago

@afedulov Yes. The OS wrote half of the file, ran out of disk space and couldn't finish.

I think this support issue can be closed.