Conversation
Notices
-
Embed this notice
@navi Works on my machine.
If you want to just share files between computers, I syncing home with unison.
-
Embed this notice
sshfs is dead afaik, i kinda wish there was a simple alternative to sharing filesystems across the network without needing root access to export/mount like nfs
i'm still using sshfs for that so that i can code interchangeably between my laptop and desktop, without needing to sync git repo every time (often my changes are not ready to commit, and making temp commits just to sync is messy, as well as often i have files i don't want to commit, but they're just shader tests)