List access to rsyncd.conf modules

2003-01-13 Thread Tamana, Daljit D
I've seen this question asked in the archives, but not really answered. I would like to limit the rsync operation to modules listed in the rsyncd.conf file and hence disallow any command line syncs. Is there any way of doing this? Thanks in advance regards, Dal **

Rsync over SSH v2 with strong authentication but not encrypted to get the highest speed on Rsync?

2003-01-13 Thread Boris Gegenheimer
Title: Message Hello   I am trying to set up a backup server running Solaris 8 with rsync 2.5.5 and ipfilter the latest version. The problem i have is i have about 16 different interfaces that are secured via ipfilter , and i tried running rsync via rsh but ipfilter would not set up a keepst

Re: IPv6 hosts allow|deny

2003-01-13 Thread Dave Dykstra
On Sun, Jan 12, 2003 at 11:51:07PM +0100, Bert Vermeulen wrote: > On Fri, 10 Jan 2003, Bert Vermeulen wrote: > > > On Thu, 9 Jan 2003, Dave Dykstra wrote: > > > > > I went ahead and submitted Hideaki's patch pretty much as is. I took off > > > the ifdef around the memset at the beginning of clien

Re: Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-13 Thread Edward King
After switching much hardware (and getting some helpful suggestions) I moved the specific machine's files on the backup server to a hard drive outside the raid (still on the backup server, /dev/hdi1) and tried rsync -- problem solved. It seems there's a problem with the journaled filesystems (

Re: IPv6 hosts allow|deny

2003-01-13 Thread YOSHIFUJI Hideaki / $B5HF#1QL@(B
In article <[EMAIL PROTECTED]> (at Mon, 13 Jan 2003 08:13:06 -0600), Dave Dykstra <[EMAIL PROTECTED]> says: > I am totally mystified by Hideaki's examples. I didn't think colons were > allowed, and I don't see any code in access.c for recognizing them. As far > as I can tell the code only allow

Re: am I missing something, or are permissions always preserved?

2003-01-13 Thread Dave Dykstra
On Sat, Jan 11, 2003 at 11:19:33AM -0800, Ben wrote [off list]: > On Tue, 2003-01-07 at 14:49, Dave Dykstra wrote: > > That sounds reasonable to me that rsync shouldn't try to preserve those > > extra bits without -p. Try making a patch and seeing if that works. > > > > I don't have Samba set up,

Please test rsync-2.5.6pre1

2003-01-13 Thread Dave Dykstra
The first rsync-2.5.6 pre-release version is now available at: http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre1.tar.gz rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz There's also a corresponding '

Re: am I missing something, or are permissions always preserved?

2003-01-13 Thread Ben
Well that's annoying. I've tried changing the encoding of this attempt... maybe it'll get through this time. As a rule of thumb, I think silent errors a very bad idea. It means things might not be behaving like you expect, but you have no idea. In general, rsync's current behavior is correct. In m

Re: Rsync over SSH v2 with strong authentication but not encryptedto get the highest speed on Rsync?

2003-01-13 Thread Aaron Morris
I do not believe there is a way to turn encryption off, however, you might be able to use "blowfish" (or DES, if possible) as a cipher instead of "3DES" which is much slower (and the default for SSH2 in OpenSSH). Also, make sure you are not using compression in rsync or ssh, since it will incr

The behavior of "-u/--update" option on directories

2003-01-13 Thread Florian-Daniel Otel
Dear all, I have the following problem: I use the following command to "push" files from "local" to a "remote" machine: [...] /usr/bin/rsync -avuz -e "ssh -1" --exclude ".Xauthority" --delete /user/home/directory/ [EMAIL PROTECTED]:/user/home/directory/ ; (The ssh is using RSA authenticatio

Re: The behavior of "-u/--update" option on directories

2003-01-13 Thread Aaron Morris
rsync is just doing what your are telling it to do. Update if the file is changed or does not exist on the remote side and delete if it no longer exists on the local side. The directory may have a newer timestamp, but you are doing a recursive put so it has to check all the files and dirs und

Re: List access to rsyncd.conf modules

2003-01-13 Thread jw schultz
On Mon, Jan 13, 2003 at 12:40:28PM -, Tamana, Daljit D wrote: > > I've seen this question asked in the archives, but not really answered. > > I would like to limit the rsync operation to modules listed in the > rsyncd.conf file and hence disallow any command line syncs. > > Is there any way

Re: [rsync] Please test rsync-2.5.6pre1

2003-01-13 Thread Scott Evans
> Known issues that will probably need to be resolved before the final > release: > [...] Is there any interest in trying to hunt down the "linux -> cygwin rsync hanging" problem I'm consistently seeing before this release? I'm more than happy to help track it down but I don't know enough about rs

Re: [rsync] Please test rsync-2.5.6pre1

2003-01-13 Thread Dave Dykstra
On Mon, Jan 13, 2003 at 01:59:47PM -0500, Scott Evans wrote: > > Known issues that will probably need to be resolved before the final > > release: > > [...] > > Is there any interest in trying to hunt down the "linux -> cygwin > rsync hanging" problem I'm consistently seeing before this release? >

Re: am I missing something, or are permissions always preserved?

2003-01-13 Thread Dave Dykstra
On Mon, Jan 13, 2003 at 11:00:58AM -0800, Ben wrote: > Well that's annoying. I've tried changing the encoding of this > attempt... maybe it'll get through this time. Yes, it came through better this time. > As a rule of thumb, I think silent errors a very bad idea. It means > things might not be

Re: [rsync] Re: [rsync] Please test rsync-2.5.6pre1

2003-01-13 Thread Scott Evans
> On Mon, Jan 13, 2003 at 01:59:47PM -0500, Scott Evans wrote: > > > Known issues that will probably need to be resolved before the final > > > release: > > > [...] > > > > Is there any interest in trying to hunt down the "linux -> cygwin > > rsync hanging" problem I'm consistently seeing before t

Re: am I missing something, or are permissions always preserved?

2003-01-13 Thread jw schultz
On Mon, Jan 13, 2003 at 02:38:29PM -0600, Dave Dykstra wrote: > On Mon, Jan 13, 2003 at 11:00:58AM -0800, Ben wrote: > > Well that's annoying. I've tried changing the encoding of this > > attempt... maybe it'll get through this time. > > Yes, it came through better this time. > > > As a rule of t

configure issue (ac_cv_lib_inet_connect) on DYNIX/ptx

2003-01-13 Thread Michael Sterrett -Mr. Bones.-
Greetings - In trying to get rsync-2.5.6pre1 working on DYNIX/ptx, I found I needed to pass ac_cv_lib_inet_connect=no to configure in order for it actually create a properly configured config.h file. I think this is because configure looks for connect in libinet, (and finds on

Re: The behavior of "-u/--update" option on directories

2003-01-13 Thread Florian-Daniel Otel
Aaron, Aaron Morris writes: > rsync is just doing what your are telling it to do. Update if the file > is changed or does not exist on the remote side and delete if it no > longer exists on the local side. Yes, I can RTFM, and, suprisingly!, I even _did_ RTFM :)). > The directory may have

Win2k, rsync, and ssh on cygwin

2003-01-13 Thread Sarah Barwig
Hi, The subject line pretty much says it all. Oh, that plus I'm tearing my hair out trying to get it all to play nice together. rsync version = 2.5.5 protocol version 26 OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090608f cygwin -- downloaded in the last 3 days from official mirrors. I'm tr

Re: Please test rsync-2.5.6pre1

2003-01-13 Thread Greger Cronquist
Hi, Did you include Craig Barratt's buffered IO patches (previously posted on this list)? If not, please do as they make a lot of difference on windows machines. /Greger --- Dave Dykstra <[EMAIL PROTECTED]> skrev: > > ENHANCEMENTS: > > * The --delete-after option now implies > --delete.