Binary Request

2002-11-18 Thread David Birnbaum
Folks, Anyone out there who could compile or otherwise provide an rsync binary suitable for running on Redhat 5.1 (Linux 2.0.31/486) would make me quite grateful; I have a set of six machines I can't upgrade, but I really want to get them into my backup rotation. Thanks in advance, David. -- T

integer overflow question.

2002-11-18 Thread Weber, Aaron
Title: integer overflow question. Has anyone seen this?  First sync, it took a while...now it happens almost immediately.  It's a big directory tree, but how do I get this working??? Thanks in advance! --AJ Integer overflow - attempted 64 bit offset rsync error: requested action not support

Fix for rsync 2.5.5 HP-UX 11 and 11i large files support.

2002-11-18 Thread CARLSON,MATTHEW (HP-Cupertino,ex1)
Here is the fix for the HP-UX 11.00 and 11i (11.11) large files issue with rsync 2.5.5. You just need to compile it 64bit. I just used the DA2.0w CFLAGS option. export CLFAGS="-Ae +O4 +Onolimit +DS2.0 +DA2.0w" That is it. Matthew Carlson -- To unsubscribe or change options: http://lists.s

Re: 2.5.6 release

2002-11-18 Thread jw schultz
On Mon, Nov 18, 2002 at 06:45:48PM -0500, Paul Faure wrote: > Any chance of getting the regexp include/exclude code in the next > version? I consider a modified regex (discussion belonging in another thread), ACLs, EAs and several other things to be good candidates for 2.5.7cvs. I am not one of

Re: 2.5.6 release

2002-11-18 Thread Paul Faure
Any chance of getting the regexp include/exclude code in the next version? jw schultz ([EMAIL PROTECTED]) wrote: > On Tue, Nov 05, 2002 at 09:53:31AM -0800, Martin Pool wrote: > > On 5 Nov 2002, jw schultz <[EMAIL PROTECTED]> wrote: > > > This might be a good time for tagging 2.5.6 perhaps. A fa

Re: 2.5.6 release

2002-11-18 Thread jw schultz
On Tue, Nov 05, 2002 at 09:53:31AM -0800, Martin Pool wrote: > On 5 Nov 2002, jw schultz <[EMAIL PROTECTED]> wrote: > > This might be a good time for tagging 2.5.6 perhaps. A fair > > number of bugfixes have gone in, popt updates, and a few new > > features. It has been stable for about 2 months

Re: Rsync and ssh with passwordless authentifikation

2002-11-18 Thread Jan-Benedict Glaw
On Mon, 2002-11-18 16:13:51 +0100, Bode, Joerg <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Is it possible to konfigure a passwordless authentifikation in kombination > with ssh. Yes, use rsakeys for it. man ssh-keygen. You can go w/out a passwd there... MfG, JBG -- Jan-Benedi

patch: rsync-2.5.5: UNIX ACL support

2002-11-18 Thread Buck Huppmann
there's an unsupported, it-works-for-us patch that's seen a bit of testing on Solaris 2.6/8 and rudimentary testing on Linux with Andre- as G's ACL implementation. most of the code is ripped straight out of the samba 2.2.5 source tree; the rest of it is stuff that i don't expect anybody to ever ser

Re: Rsync and ssh with passwordless authentifikation

2002-11-18 Thread Charles Whittington
I use ssh to tunnel the rsync ports but I think rsync ssh could use the same technique. You have to start an ssh agent which contains the passphrase in memory (and therefore is not on the disc anywhere). This is very well described in O'Reilly SSH The Secure Shell "Snail" book pages 374/375. Your

Re:

2002-11-18 Thread Peter Forst
confirm 777383 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Rsync and ssh with passwordless authentifikation

2002-11-18 Thread Bode, Joerg
Is it possible to konfigure a passwordless authentifikation in kombination with ssh. for example: to a specific folder on a server named server1 has only user1 access. the user1 only exists on server1. server2 wants to replicate a foler from server1 to himself. the rsync process uses the rsync_u

Re: Setting the File/Folder chmod bits - Wish List ?

2002-11-18 Thread Max Bowsher
jw schultz <[EMAIL PROTECTED]> wrote: > PS. In POSIX filesystems we don't have folders. We have > directories. And the difference matters :) There's a difference? Can you explain it? Thanks, Max. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before post

Re: Setting the File/Folder chmod bits - Wish List ?

2002-11-18 Thread jw schultz
On Mon, Nov 18, 2002 at 11:20:17AM -, Leigh Dodd wrote: > Is it possible to set the u-g-o bits in a Rsync ? > > What I want to do is synce files from one machine to another (public web > machine) so that all the files are READ-ONLY and, of course, the sub > folders READ+EXECUTE-ONLY. > > Can'

Setting the File/Folder chmod bits - Wish List ?

2002-11-18 Thread Leigh Dodd
Is it possible to set the u-g-o bits in a Rsync ? What I want to do is synce files from one machine to another (public web machine) so that all the files are READ-ONLY and, of course, the sub folders READ+EXECUTE-ONLY. Can't find any command line options or rsync.conf settings. Would be nice to