ssh-deploy icon indicating copy to clipboard operation
ssh-deploy copied to clipboard

bash: rsync: command not found

Open jw-star opened this issue 4 years ago • 1 comments

⚠️ [Rsync] error: rsync exited with code 12 ⚠️ [Rsync] stderr: Warning: Permanently added '***' (ECDSA) to the list of known hosts. bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(235) [sender=3.1.3]

jw-star avatar Apr 03 '21 14:04 jw-star

远程服务器安装即可 apt-get install rsync

jw-star avatar May 25 '21 07:05 jw-star

I've updated action to install rsync if it's missing.

For now it's using apt-get install rsync. For other OS you need to install rsync on the host manually.

easingthemes avatar Dec 31 '22 14:12 easingthemes