Hacker News new | ask | show | jobs
by mVChr 3477 days ago
Is there a recommended way to sync this with a remote server or service? My interest is to share the info between devices. I suppose I could just use a git repo, but wondering if there's a less manual way.
2 comments

There is no standard way. It's just a bunch of plain text files, so there are many ways to sync. AFAIK, many users use Dropbox.
Dropbox works well, as does (oddly enough) iCloud. Syncthing also works well enough too. I simply simlink whichever choice I make back to my home directory, and it works as expected.
I use syncthing for this very purpose, works great.