Ask for help with a "chdir failed", thanks!

2004-03-02 Thread huaz
I want to use rsync2.6.0 in fedora core 1.0. And I install it by "configure --with-rsh=rsh;make;make install".But when I run it as follow: bash$ rsync -avz 192.168.3.23::rsync ./ @ERROR: chdir failed rsync: connection unexpectedly closed (33 bytes read so far) rsync error: error in rsync protocol

Re: Win32 and Backing up open files

2004-03-02 Thread Jason Haar
On Wed, 2004-03-03 at 07:07, Jason M. Felice wrote: > I now fully and completely remember why I hate Windows. > Good. Everyone needs reminding now and then :-) > ... a program > under Windows can _NOT_ open a file which has been opened if the > original opener has not specified read sharing. No

Win32 and Backing up open files

2004-03-02 Thread Jason M. Felice
I now fully and completely remember why I hate Windows. I have struggled with the backup semantics options in order to get rsync able to back up open files, and I got something that appeared like it should work, but it didn't work. So I finally broke down and wrote a holdopen.exe and a tryopen.ex