Hello all
I recently installed rsync on 2 linux boxes I have here. I'm trying to rsync a
very simple 10 byte text file just as a test. When I run this command:
rsync -v -e ssh -z file3 scully:/home/ernie
I get prompted for my password, and rsync tells me its building the file list
then hangs. I noticed that if I don't specificy a path for rsync, it fails, so
I copied rsync from /usr/local/bin to /usr/bin (for whatever reason, rsync
couldn't find it in /usr/local/bin even though its in my path). rsync will
just hang like that, not doing anything ... what am I doing wrong? The file
'file3' is only 10 bytes!
-e