Question: Why not use Unison SSH instead of SSHFS?
See original GitHub issueLooking at https://github.com/eclipse/che/blob/master/dockerfiles/mount/entrypoint.sh
Just trying to get my head around why sshfs is combined with unison and direct unison ssh mode wasn’t used like so?
unison testunison ssh://user@my-che-server.com:36470//projects/testunison
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Question: Why not use Unison SSH instead of SSHFS?
Just trying to get my head around why sshfs is combined with unison and direct unison ssh mode wasn't used like so?
Read more >linux - Unison sync of sshfs mount - what can go wrong if the ...
This works fine when the sshfs mount is up. It seems that if the connection breaks, the sshfs mount is either still in...
Read more >Unison vs Rsync + Mounted Remot Drive - Ask Ubuntu
1 Answer 1 · It's a bad idea, but a root login is not required. · The two way binding and ease of...
Read more >Unison sync of sshfs mount - what can go wrong ... - Server Fault
I am syncing a local directory (say "/local") with a cloud storage server using Unison. The cloud storage is mounted to, say, ...
Read more >re-touching files over sshfs - Unix & Linux Stack Exchange
A process running on B , which was initiated from A by ssh touch es a file on the mounted file system of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ping @benoitf - my mental model is fuzzy here…
Yep, all works fine for us without the need for sshfs.
I’d look at doing a PR but currently, che mount is completely broken (since v6 multi-user) #8569