Re: open files

2004-02-23 Thread Ville Herva
On Sun, Feb 22, 2004 at 08:13:33PM +0200, you [Ville Herva] wrote: So do you reparse points by backup semantics or just being able to read every open file (backup capability)? Uh, I meant Volume Shadow Copy (VSC), not reparse points. Apparently, VSC is not available on W2k, only on XP

Re: open files

2004-02-23 Thread Ville Herva
On Sun, Feb 22, 2004 at 05:49:37PM -0800, you [Tarun Karra] wrote: I dont know about reparse points but.. I know some thing that works like this. Probably you guyz know this St Bernard open file manager. I installed the trial version of this software on my windows box and mirrored the

Re: open files

2004-02-22 Thread Ville Herva
Hi! I had a brief look sometime ago at hacking something like this into rsync, but I didn't find a C API for reparse points. If you make progress, please keep me (or rsync mailing list) posted! On Fri, Feb 20, 2004 at 12:26:56PM -0500, you [Jason M. Felice] wrote: jason:: Win32 backup

Re: Cygwin issues: modify-window and hangs

2003-01-25 Thread Ville Herva
On Fri, Jan 24, 2003 at 05:18:07PM -0600, you [Dave Dykstra] wrote: While doing the tests we too experienced hangs at the end of copies. We were going over openssh from a Solaris 9 box to Windows 2000 Cygwin. We tried the test from

Re: [PATCH] open O_TEXT and O_BINARY for cygwin/windows

2003-01-25 Thread Ville Herva
On Fri, Jan 24, 2003 at 05:09:43PM -0600, you [Dave Dykstra] wrote: I think I'll go ahead and put in your patch with the modification of using O_TEXT_STR as you suggest. Thanks. I think the risk is low. I think so, too. I had been concerned that perhaps older CPPs might not be able to

Re: [PATCH] open O_TEXT and O_BINARY for cygwin/windows

2003-01-25 Thread Ville Herva
On Sat, Jan 25, 2003 at 01:43:39AM -0800, you [jw schultz] wrote: On Sat, Jan 25, 2003 at 10:56:37AM +0200, Ville Herva wrote: On Fri, Jan 24, 2003 at 05:09:43PM -0600, you [Dave Dykstra] wrote: I think I'll go ahead and put in your patch with the modification of using O_TEXT_STR

Re: [PATCH] open O_TEXT and O_BINARY for cygwin/windows

2003-01-23 Thread Ville Herva
On Thu, Jan 23, 2003 at 01:55:40PM -0600, you [Dave Dykstra] wrote: Why did you skip the fopen in log.c, which appends to the log file? I thought about that for a while. My reasoning was that the log file is probably read with unix/cygwin tools anyway - if not, the administrator is free to mount

[PATCH] open O_TEXT and O_BINARY for cygwin/windows

2003-01-22 Thread Ville Herva
perhaps you would want to consider the force binary open for data files on CYGWIN -patch I sent ages ago? I feel it's quite important, and to me it never makes sense to open data files in ascii (CR/LF translation mode) nor config files in BINARY mode (opening them in ascii makes it

Re: Character set of filename problem?

2002-09-09 Thread Ville Herva
On Mon, Sep 09, 2002 at 04:40:06PM +0200, you [Lukas Kubin] wrote: I'm getting the rsync error partial transfer (code 23) at main.c(925) when restoring a 'rsync-ed' Windows partition from a Linux system. I feel the problem might be caused by the characterset (win-1250) which the files on

Re: [PATCH] rsync on cygwin - textmode config files

2002-02-21 Thread Ville Herva
On Wed, Feb 20, 2002 at 11:17:24AM -0800, you [Martin Pool] wrote: OK, already fixed. --no-fork would be good to add in the future -- it can be handy for debugging. As said, I only added the --dont-fork==--no-detach mostly because I use it in my scripts. (The original --dont-fork did

Re: [PATCH] rsync on cygwin - textmode config files

2002-02-20 Thread Ville Herva
On Wed, Feb 20, 2002 at 08:27:07AM +0200, [Ville Herva] wrote: (2) Secondly, if I connect to rsync daemon from another machine and hit ctrl-c at the client end during transfer, the rsync daemon exists (not just the connection handler process, but every rsync). I guess

Re: Anti-hang comments?

2001-07-19 Thread Ville Herva
On Thu, Jul 05, 2001 at 10:58:22AM -0700, you [Jos Backus] claimed: On Thu, Jul 05, 2001 at 12:48:06PM -0500, Dave Dykstra wrote: If you really want it to stay in the foreground, edit become_daemon in socket.c. It would be nice to have this available as an option so rsyncd can be run