User NONE using rsync in Windows server

2004-11-23 Thread enric_navarro
Hi, I'm using rsync with cygwin to synchronize two windows servers. I've got files in server side with full permisions to Administrator user, but when i synchronize it with another windows server, the file placed in client side has a new group called NONE with read , write and execute permisions.

Re: User NONE using rsync in Windows server

2004-11-23 Thread tevfik
Hi, Probably you don't have environment variable CYGWIN=nontsec defined somewhere in your system. By default, cygwin TRIES to map unix permissions to windows acls and updates permissions accordingly. This may work and make sense to some extent, if you have a full-blown cygwin environment and

patch for replacing non-printable chars in filenames

2004-11-23 Thread Paul Slootman
There's a bug reported in Debian about the tty being screwed up by wierd filenames, see http://bugs.debian.org/bug=242300 On the one hand, find will also do this. On the other hand, ls will replace such chars with a question mark. Upon inspection, it appears to be fairly simple to also do this in

Re: patch for replacing non-printable chars in filenames

2004-11-23 Thread Wayne Davison
On Tue, Nov 23, 2004 at 05:29:57PM +0100, Paul Slootman wrote: Here's a patch. Opinions? I think that a better place to munge the name would be in the safe_fname() routine in utils.c (which already munges newlines characters into question marks). The reason I didn't change any other characters

Re: patch for replacing non-printable chars in filenames

2004-11-23 Thread Dmitry V. Levin
Hi, On Tue, Nov 23, 2004 at 05:29:57PM +0100, Paul Slootman wrote: There's a bug reported in Debian about the tty being screwed up by wierd filenames, see http://bugs.debian.org/bug=242300 On the one hand, find will also do this. On the other hand, ls will replace such chars with a question

Copying from one networked filesystem to another

2004-11-23 Thread Dan Stromberg
What sorts of options might I give to rsync, to optimize transferring data from one networked filesystem to another? Transferring directly between the fileservers is not an option in this case, for technical reasons. What sorts of options (or system modifications) might I use to help rsync get

Re: Copying from one networked filesystem to another

2004-11-23 Thread Dan Stromberg
On Tue, 2004-11-23 at 15:00 -0800, Dan Stromberg wrote: What sorts of options might I give to rsync, to optimize transferring data from one networked filesystem to another? Transferring directly between the fileservers is not an option in this case, for technical reasons. What sorts of