Hacker News new | ask | show | jobs
by snowfield 190 days ago
But it's not, it's a database. That is annoyingøy hard to move around and version control
1 comments

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.
Yep, I have a cron that does git add . && git commit -m “daily commit”. Haven’t touched it in a couple years.