Synchronizing directory hierarchies via SFTP

Patrick Hess patrickhess at gmx.net
Mon Dec 7 23:08:41 UTC 2015


Terje Elde wrote:
> You could mount the sftp locally (sshfs, fuse?), and then use rsync as if with two local dirs?

Thanks, that's definitely an interesting option that didn't come
to my mind.

> (If that will be efficient depends a lot on your workload)

Based on my previous experience with FUSE a couple of years ago,
I'm actually more concerned about the reliability of this solution.
In my case I'm looking at some 1800 files, for a total of 3.4 GB,
of which about 300 MB will change weekly. Is this a workload FUSE
could be trusted with nowadays or am I likely to run into issues
in the long term?

Patrick


More information about the freebsd-questions mailing list