rsync: push_dir TESTDIR: No such file or directory

Mack, Daemian DMack at Tickets.com
Tue Aug 27 10:35:01 EST 2002


> Hi all.  I'm getting the following error when using rsync:
> 
> nice -n 20 rsync -e "ssh -p30000" --recursive --verbose 
> --verbose --checksum
> --times --modify-window 2 --port=31000 --dry-run
> /cygdrive/f/bkp/Doc/Builds/Buildsheets/ 
> MYUSERNAME at MY.SERV.ER.IP:TESTDIR

In case this helps clarify the issue for anyone, I *can* manually create an
ssh tunnel from my Win2K workstation to the remote MYSERVER, and *then*
rsync successfully over that tunnel:

ssh -v -v -v -p3000 -L 873:127.0.0.1:873 MYUSERNAME at MYSERVER

nice -n 20 rsync --recursive --verbose --verbose --checksum --times
--modify-window 2  /cygdrive/f/bkp MYUSERNAME at MYSERVERIP:TESTDIR
opening tcp connection to 127.0.0.1 port 873
Password:
building file list ...
expand file_list to 4000 bytes, did move

So it's successful when rsync itself isn't initiating the ssh tunnel... I
don't know what this means.


Daemian Mack



More information about the rsync mailing list