Y
Hacker News
new
|
ask
|
show
|
jobs
by
incanus77
188 days 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.
1 comments
physicles
188 days ago
Yep, I have a cron that does git add . && git commit -m “daily commit”. Haven’t touched it in a couple years.
link