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

bash: rsync: command not found

Open amormason opened this issue 3 years ago • 1 comments

the Github Actions log shows that:

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: remote command not found (code 127) at io.c(235) [sender=3.1.2]

amormason avatar Dec 02 '21 19:12 amormason

your remote server dont have rsync installed. try "apt -yq install rsync openssh-client"

okaku123 avatar Jun 14 '22 08:06 okaku123