ssh-deploy
ssh-deploy copied to clipboard
[Rsync] error: rsync exited with code 12
I getting this error, and already check my paths
)
Me too

yum search rsync
yum install -y rsync
me too

'rsync' is not installed on remote host. You need to install it manually.
Recently added feature:
- SCRIPT_BEFORE (optional, default '') Script to run on host machine before rsync. Single line or multiline commands. Execution is preformed by storing commands in .sh file and executing it via .bash over ssh
SCRIPT_BEFORE: |
yum search rsync
yum install -y rsync
You need to run this only once, since on next deployment rsync will be available and there is no need to wait for re/install again