Re: Rsync 2.5.6 - Configure problem on HP-UX 11.i

2003-11-14 Thread Albert Chin
On Thu, Nov 13, 2003 at 08:23:49AM -0700, Hursch, Robert wrote: I received the following socket error when I try to run 'configure' on a new HP-UX 11.i server. (It works fine of HP-UX 11.0) Can anyone help with this error? checking for struct stat.st_rdev... yes checking for ino_t... yes

Re: IPv6 literal addresses on command line

2003-11-14 Thread jw schultz
On Thu, Nov 13, 2003 at 04:44:18AM -0800, cam wrote: Hello all, Can anyone give me a hint on how to specify an IPv6 address in an rsync address literal - the colon character is already used to seperate the host name from the remote directory AFAICT... I get, e.g. rsync -Cavb

Special files and Cygwin

2003-11-14 Thread Pier Paolo Glave
Hi, I'm trying to use rsync to backup a linux filesystem to a windows server. I followed the hints that I found at http://www.tiarnan.phlegethon.org/rsyncntdoc.html to run rsync on windows, and it works quite well. The only problem I found is that windows is not able to backup linux special

Re: Using the rsync checksums for handling large logfiles.

2003-11-14 Thread Kurt Roeckx
On Fri, Nov 14, 2003 at 02:30:32PM +, Alun wrote: Here at Aber, we have around 30 unix and linux servers doing core services. Each one is maintaining its own logfiles and, for various reasons, we want to keep these on the servers' local disks, with each server having its own log

synchronisation in multiple directions.

2003-11-14 Thread Kurt Roeckx
We want to have the same files on multiple sites, of which one act as master. If the file changes on 1 site it should be moved to the master, and then from the master to the other sites. That part shouldn't be that hard to do, but what also should happen is that if a file is deleted or added on

Re: synchronisation in multiple directions.

2003-11-14 Thread Wayne Davison
On Fri, Nov 14, 2003 at 07:02:47PM +0100, Kurt Roeckx wrote: That part shouldn't be that hard to do, but what also should happen is that if a file is deleted or added on one site it should get removed or added on the sites too. And afaik, I can't currently do that with rsync. That's what

touch option for -c ?

2003-11-14 Thread Rich Winkel
Hi, I hope this hasn't been asked before ... I couldn't find it anyway. To the best of my knowledge, without the -c option rsync judges file differences based on date stamp and file size. This speeds things up of course but can be problematic when date stamps of two otherwise identical files are

Re: rsync 2.5.6 hanging

2003-11-14 Thread Hardy Merrill
FYI - RHL 6.1 is no longer supported - from a Red Hat perspective that is :-( See the Red Hat Errata: Security Alerts, Bugfixes, and Enhancements page here http://www.redhat.com/apps/support/errata/ You may indeed get help here since this list is an rsync list. If I knew what your problem

--include=PATTERN not working!

2003-11-14 Thread Haisam K. Ido
Why does'nt this work? rsync -rvaz --include=*.lis --exclude='*' [EMAIL PROTECTED]:/path/ . receiving file list ... done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? using: 2.5.4 protocol version 26 on hpux -- To unsubscribe or change options:

Re: touch option for -c ?

2003-11-14 Thread jw schultz
On Fri, Nov 14, 2003 at 02:15:03PM -0600, Rich Winkel wrote: Hi, I hope this hasn't been asked before ... I couldn't find it anyway. To the best of my knowledge, without the -c option rsync judges file differences based on date stamp and file size. This speeds things up of course but can be

Re: --include=PATTERN not working!

2003-11-14 Thread jw schultz
On Fri, Nov 14, 2003 at 10:02:56PM -, Haisam K. Ido wrote: Why does'nt this work? rsync -rvaz --include=*.lis --exclude='*' [EMAIL PROTECTED]:/path/ . receiving file list ... done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? Looks like it