Re: "failed: No such file for directroy (2)" in bin directory?

3 posts / 0 new
Last post
itefix
Offline
Last seen: 1 week 6 days ago
Joined: 01.05.2008 - 21:33
Re: "failed: No such file for directroy (2)" in bin directory?

eureka! I see it now - that string is auto-generated from the time - and pre 10:00 hours it has a space in it :)
Thank you so much!

cwRsync is a wonderful tool - thank you

Matt

itefix
Offline
Last seen: 1 week 6 days ago
Joined: 01.05.2008 - 21:33
"failed: No such file for directroy (2)" in bin directory?

(Ok, I'll try and post this as a top level post now :) I am running over SSH from a 2.0.3 client to a 2.0.1 server:

Tunnel: ssh

Command to run: "C:\Program Files\cwRsync\bin\rsync.exe" -bazv --progress --ignore-errors --partial --stats --backup-dir=/cygdrive/e/royal/backup/royalpdc-d/20050914_ 9333364 --delete rsync://SvcwRsync@localhost:9119/d/ /cygdrive/e/royal/current/royalpdc-d

Tunnel command: ssh -i "C:\Program Files\cwRsync\royalpdc.txt" -L 9119:127.0.0.1:873 SvcwRsync@host.domain.com -T -N

Establishing secure channel ... building file list ...

rsync: link_stat "/cygdrive/c/Program Files/cwRsync/bin/9333364" failed: No such file or directory (2)

 rsync: link_stat "/cygdrive/c/Program Files/cwRsync/bin/rsync://SvcwRsync@localhost:9119/d/." failed: No such file or directory (2) 0 files to consider

Is it having an issue creating a temp file? I am running as administrator that has full rights to the directory... It was working fine until this happened - no changes that I know of. I updated the client from 2.0.1 to 2.0.3 to see if it would help, no luck.

Any ideas?

Thanks! Matt

itefix
Offline
Last seen: 1 week 6 days ago
Joined: 01.05.2008 - 21:33
Re: "failed: No such file for directroy (2)" in bin directory?

"C:\Program Files\cwRsync\bin\rsync.exe" -bazv --progress --ignore-errors --partial --stats --backup-dir=/cygdrive/e/royal/backup/royalpdc-d/20050914_ 9333364 --delete rsync://SvcwRsync@localhost:9119/d/ /cygdrive/e/royal/current/royalpdc-d

You have a space in your rsync command. Rsync assumes that file 9333364 from bin directory will be copied.

Release announcements