Post #3713839
2026-07-02 18:58 UTC
is there any reason in particular that you are using both SSHFS and rsync? Rsync supports sftp which runs over an ssh connection via rsync -e ssh source dstUser@dstHost:/path
if you are only using the sshfs system to allow a local ssh directory on your system to use with rsync, you could likely skip that entire part and just use rsync.
LinuxConfig.org has a pretty decent page on it
Replies (1)
-
@712@discuss.tchncs.de 2026-07-02 19:41
The only reason is that I am a noob 😄 Thanks, I will take at look at this!