top | item 46238308

(no title)

snowfield | 2 months ago

But it's not, it's a database. That is annoyingøy hard to move around and version control

discuss

order

incanus77|2 months ago

I backup my Obsidian vault weekly by blindly committing the stuff in `.obsidian` and then reviewing the changes to the `.md` files themselves. It's not version control, per se, but at least a backup and record.

physicles|2 months ago

Yep, I have a cron that does git add . && git commit -m “daily commit”. Haven’t touched it in a couple years.