]> git.ipfire.org Git - thirdparty/rsync.git/commit
Allow basic connectivity check via rrsync
authorColin Watson <cjwatson@debian.org>
Fri, 29 Mar 2024 01:24:32 +0000 (01:24 +0000)
committerWayne Davison <wayne@opencoder.net>
Wed, 20 Nov 2024 05:35:49 +0000 (21:35 -0800)
commit1a95869dfcd966f3efef0aec07d1c787633ea638
treeede231a9d938c52848e0ad5f3ee535360add2b3d
parentc9fe6ca30472b3ca22adb5550f6751334934e12f
Allow basic connectivity check via rrsync

rsbackup (https://github.com/ewxrjk/rsbackup) uses "ssh <host> true" to
check that the host in question is reachable.  I like to configure my
backed-up hosts to force the backup system to go via `rrsync`, but I
always have to add a local tweak to allow `SSH_ORIGINAL_COMMAND=true` to
work.  I think this would be safe enough to include in rrsync.
support/rrsync