Re: compiler warnings

2002-04-09 Thread Martin Pool
On 27 Mar 2002, "Nelson H. F. Beebe" <[EMAIL PROTECTED]> wrote: > There are quite a few compilation warnings from rsync-2.5.5rc1 that > could be eliminated by code cleanup. Thanks for reporting these. At this stage I'm not going to patch warnings in popt or zlib because we ought to keep in sync

rsync copy of lock file

2002-04-09 Thread Diburim
I'm using rsync to backup some windows machine to Linux. Some of the files that backup are lock by the windows application while rsync run. Like outlook 2000 pst file. This file are lock for reading and can't be access using utilites like copy, or other outlook 2000 etc. My question are: - How rs

Re: possibly new rsync trick: rotating snapshots

2002-04-09 Thread jw schultz
On Tue, Apr 09, 2002 at 04:07:49AM +, Mike Rubel wrote: > Hello all, > > I've found a simple, rsync-based trick to emulate the "rotating snapshots" > feature found on some file servers, and hope that members of this group > will find it useful and/or interesting: > > http://www.mikerubel.org

Re: problem with -u option

2002-04-09 Thread Martin Pool
On 9 Apr 2002, Robert Silge <[EMAIL PROTECTED]> wrote: > Tue Apr 9 07:18:37 UTC 2002 -local > Tue Apr 9 06:21:58 UTC 2002 -distant > > well, that would explain it. It's the CST vs. CDT thing. The local comp is > always an hour ahead. Now how do I change that? I can never remember what's > stan

Mac OS X error

2002-04-09 Thread C. Posey
Tuesday, April 9, 2002 - 12:41:34 PM Pardon me if this has been asked before - I am new to using Rsync - but quiet fascinated by its possibilities. I compiled and installed rsync 2.5.5 with Mac OS X 10.1.3 and installed on

Re: compilation fails on Cobalt RaQ2

2002-04-09 Thread Jurrie Overgoor
Hello, This problem probably occures because you have got a broken glibc library. Is the Cobalt RaQ 2 based on RH 5.2? I know the RaQ 1 is, I maintain one. The solution is to use rsync 2.4.8 (not one above 2.5.0, they don't like the broken glibc, the ones below 2.5.0 don't care). That was my solu

Re: problem with -u option

2002-04-09 Thread tim . conway
The DST (what an idiotic idea) is probably your problem.0555 CDT is an hour earlier than 0555 CST, so you can sync from CST to CDT, change it on the CDT system, and it looks older than it was before the change, if your timezones aren't correctly implemented (keep time in GMT, display it in loc

Re: possibly new rsync trick: rotating snapshots

2002-04-09 Thread tim . conway
I wouldn't worry about users reading each others files, either, if you give each his own module, password-protected. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9h

Re: possibly new rsync trick: rotating snapshots

2002-04-09 Thread Mike Rubel
> In addition to the comments regarding NFS etc. You will > find that with cp -l permissions and ownership will not be > accurately preserved in older snapshots if someone chmod or > chowns files on the original. Oh--Thank you, you're quite right, I missed that. If you use rsync -a, then rsync

Checking of the existence of a remote file

2002-04-09 Thread Otto Wyss
In a Perl script I download files with rsync. But when a none existent file from the remote server is requested, rsync prints error messages if not -q is used. So I'd rather like to check the existence first (quiet) and then download it (verbose). Is it possible to check with the following command

getaddrinfo.c error compiling rsync on tru64 5.1A

2002-04-09 Thread MARTIN CABRERA
i've applied albert chin's patch on configure.in file: http://lists.samba.org/pipermail/rsync/2002-January/005726.html, but i still getting the error: cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) thanks for any advice Martin Sigilfredo _

Re: getaddrinfo.c error compiling rsync on tru64 5.1A

2002-04-09 Thread Albert Chin
On Tue, Apr 09, 2002 at 10:08:44PM +, MARTIN CABRERA wrote: > i've applied albert chin's patch on configure.in file: > http://lists.samba.org/pipermail/rsync/2002-January/005726.html, > > but i still getting the error: > > cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX"

AIX issue using chroot

2002-04-09 Thread Corey Stup
Took a while to figure this one out: Since "use chroot" defaults to true, I was having issues of UID/GID's not mapping between servers. On AIX, if chroot() is called, the getpwuid() calls fail, no longer being able to find /etc/passwd. Since the that call doesn't differentiate between a 'fai

Connection Reset by peer

2002-04-09 Thread David BORDAS
Hi all, all night i'm backuping around 15 Go from some of our serveurs connected to internet. My backup server and all web servers aren't on the same town and all are connected to internet so i use rsync for backuping. I also use rsync for replication between all web servers without any problem.