I have a folder ~/org
and potentially a couple of others with a couple of files (out of hundreds) that I want to sync between computers.
I was using ChronoSync, but it lost its mind this morning, and was going to sync all the files that I had excluded.
I’m using BeyondCompare as a temporary solution, but it requires going through the Network and opening the iMac from my laptop so the ~/org
folder will be available. It also requires opening a session of the folders, and syncing each one.
One absolute requirement is collision detection so I don’t overwrite changes on one machine with changes from the other.
One possibility is using git
, but I’d rather it be automatic. There are also the two folders where I only want a few out of the hundreds of files.
Long story short, if it worked like iCloud syncs the Documents folder, that would be excellent. But I’d rather not have my org
folder in Documents, and I certainly don’t want ~/.emacs.d
and ~/.doom.d
in Documents.
Edit: oh yeah, the iOS part would be syncing ~/org
to and from /Users/john/Library/Mobile\ Documents/iCloud\~com\~appsonthemove\~beorg/Documents/org
for use with beorg.
Would appreciate suggestions.