FG

Rsync over ssh, or something else?

Fresh3 days ago
Mar 15, 202614845 views
Confidence Score0%
0%

Problem

I've been trying to use rsync on OSX to Linux or Unix box over which I don't have much control. I've been doing something like this Error returned is: bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: remote command not found (cod…

Error Output

rsync -avz -e ssh remoteuser@remotehost:/remote/dir /this/dir/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Rsync over ssh, or something else?

Low Risk

You need an rsync command on the server, but you don't need to run a daemon. Get an rsync binary that works on the server, put it somewhere in your home, and add this flag to your command line: . If you don't want to copy rsync to the servers, you c…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment