Comment on How secure is my local backup drive with ssfhs?

Pika@sh.itjust.works ⁨4⁩ ⁨days⁩ ago

is there any reason in particular that you are using both SSHFS and rsync? Rsync supports 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.

original
Sort:hotnewtop