On Sat, 17 Aug 2024 03:18:58 +0200
Martin Guy via cfarm-users <cfarm-users@lists.tetaneutral.net> wrote:

> it feels like writing rsync-over-ssh

One practical way to use rsync over SSH on a remote host that does not
have rsync is to mount the remote directory on a local host using sshfs
and then to run rsync on two "local" directories as usual.  It also
works between two sshfs-mounted directories.

sshfs requires the SFTP subsystem to be enabled, which is the case for
both cfarm111 and cfarm119.

-- 
    Denis Ovsienko
_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to