Bug when using cygwin version of rsync (forwarded to rsync list)

2003-03-03 Thread Sheridan, David
I've been recommended to forward this to the rsync list for possible incorporation into the main code. Both the problem and solution are described. Please Cc me with any replies since I'm not subscribed to this list. Thanks. Original message I'm using the cygwin

ssh with daemon

2003-03-03 Thread Raghu Kulkarni
Combining :: syntax with the -rsh/-e option now uses the specified remote-shell as a transport to talk to a (newly-spawned) server-daemon. This allows someone to use daemon features, such as modules, over a secure protocol, such as ssh. Would ssh work with 'virtual user' concept that is possible

6c6c

2003-03-03 Thread Philipp W.
Has anyone an idea why i always get

Re: 6c6c

2003-03-03 Thread jw schultz
On Mon, Mar 03, 2003 at 02:02:06PM +0100, Philipp W. wrote: Has anyone an idea why i always get

2.5.6 needs following fix on WinNTs

2003-03-03 Thread Andrzej Pruszynski
Hi, Here is the problem (syscall.c, function do_open) on NT, Win2K, WinXP, with stripped / for UNC path convention, detected in release 2.5.5, 2.5.6: int do_open(char *pathname, int flags, mode_t mode) { if (flags != O_RDONLY) { if (dry_run) return -1; CHECK_RO } #ifdef O_BINARY /*

Comparing local with remote files without transfer

2003-03-03 Thread Patrick Strasser
Hello, I try to create jigdo file sets [1], but got stuck when selecting files to include. Normally you build the images with local access to a file system identical to the mirrored one. But I do not have access to a mirror on filesystem level, and I don't want to set up one. So what I would

Local copying with minimal disk activity.

2003-03-03 Thread Tom Limoncelli
How do I minimize the amount of disk activity? I'm copying a large number of files: rsync -av -W /from/here/. /to/here/. I'm using rsync because I need the incremental updates and other features. Otherwise, I'd use tar piped to tar or some similar technique. Note: Both the source and

Re: Local copying with minimal disk activity.

2003-03-03 Thread jw schultz
On Mon, Mar 03, 2003 at 10:56:15AM -0500, Tom Limoncelli wrote: How do I minimize the amount of disk activity? I'm copying a large number of files: rsync -av -W /from/here/. /to/here/. I'm using rsync because I need the incremental updates and other features. Otherwise, I'd use

Re: Copying EAs and ACLs

2003-03-03 Thread Ben Escoto
jws == jw schultz [EMAIL PROTECTED] wrote the following on Sun, 2 Mar 2003 04:50:23 -0800 jws EAs seem to be unsupported by most of the UNIX platforms. Pipe jws up now if you know of support for them on any mainstream UNIX. On the rdiff-backup mailing list I referenced your message and

Re: Copying EAs and ACLs

2003-03-03 Thread jw schultz
On Mon, Mar 03, 2003 at 05:29:50PM -0800, Ben Escoto wrote: jws == jw schultz [EMAIL PROTECTED] wrote the following on Sun, 2 Mar 2003 04:50:23 -0800 jws EAs seem to be unsupported by most of the UNIX platforms. Pipe jws up now if you know of support for them on any mainstream UNIX.