-
|
I am reinstalling my OS and want to make sure I do not lose my devlog notes. Where are they stored and what is the best way to back them up? |
Beta Was this translation helpful? Give feedback.
Answered by
adev0x
Feb 27, 2026
Replies: 1 comment
-
|
Notes are stored in cp ~/.devlog/notes.json ~/backup/Or use the built-in export: devlog export -o backup.jsonAfter reinstalling, put |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adev0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notes are stored in
~/.devlog/notes.jsonby default. Just copy that file:Or use the built-in export:
devlog export -o backup.jsonAfter reinstalling, put
notes.jsonback in~/.devlog/and you are good to go.