Multiple compare-dest args

2004-04-15 Thread Vidar Madsen
backup: rsync -a somedir full-20040415/ First incremental: rsync -a --compare-dest=../full-20040415 \ somedir incr-20040416/ Second incremental, on top of first: rsync -a --compare-dest=../incr-20040416 --compare-dest=../full-20040415 somedir incr-20040417/ The args must

Fwd: EAsy_EA

2004-04-15 Thread Wisdom, Thomas SFC
I purschased Medal Of Honor Allied Assault Spearhead, it won't install on my computer and I get this message: c:\windows\TEMP\{7914BE1E-F186-4790-B8F49F63C52A41C1}setup.inx My video card is NVIDIA TNT2 M64 4xAGP Driver nvdisp.drv version 4.11.01.0231 Windows 98 Operating system CPU Pentium III

want to write a patch, need help getting started...

2004-04-15 Thread John Taylor
Greetings, I have two systems that have identical file hierarchies, except the owners/groups and timestamps differ. All of the files have the same checksums. Is there a way to tell rsync to compare checksums, and if they are the same, simply change the owner/group/timestamp? I really only

Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Agostino Russo
I have a problem with rsync 2.6 protocol 27 (both client and server) running over XP via Cygwin and sshd (on remote machine). It just hangs almost randomly while transfering files after transfering a few megabytes, not always on the same file. When the remote machine is a Linux server I have

Re: Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Jim Salter
Try cwrsync at http://www.itefix.no/cwrsync/ and see if you have better luck. Older cygwin DLLs had some network issues that rsync exposed, but in my experience installing cwrsync will fix the problem entirely. Jim Salter JRS Systems I have a problem with rsync 2.6 protocol 27 (both client and

Re: want to write a patch, need help getting started...

2004-04-15 Thread Wayne Davison
On Thu, Apr 15, 2004 at 11:24:46AM -0400, John Taylor wrote: Is there a way to tell rsync to compare checksums, and if they are the same, simply change the owner/group/timestamp? The --checksum (-c) option does that when combined with -a. ..wayne.. -- To unsubscribe or change options:

Re: Fwd: EAsy_EA

2004-04-15 Thread Tim Conway
If you can explain what this has to do with rsync, perhaps we can help you. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] I purschased Medal Of Honor Allied Assault Spearhead, it won't install on -- To unsubscribe or change

Re: want to write a patch, need help getting started...

2004-04-15 Thread Tim Conway
--archive will make it match up all the timestamps. owners, etc, along with the data. If the metadata matches, it won't read the files to verify content, so you might want to add --checksum to force reading, though that will make it take a whole lot longer. If you want it to leave owner

rsync problems

2004-04-15 Thread Daniel Teklu
I am a new rsync user and it has been going fine as to nightly rsyncs. On one of the scripts I am getting two kind of errors: 1. @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) and also on

Re: Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Craig Barratt
Agostino Russo writes: I have a problem with rsync 2.6 protocol 27 (both client and server) running over XP via Cygwin and sshd (on remote machine). It just hangs almost randomly while transfering files after transfering a few megabytes, not always on the same file. When the remote

CVS update: rsync

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 06:54:14 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8674 Modified Files: .cvsignore Log Message: Got rid of zlib/dummy (dummy is in the zlib .cvsignore, where it should be). Revisions: .cvsignore 1.28 = 1.29

CVS update: rsync

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 16:55:23 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4618 Modified Files: generator.c Log Message: Moved some externs. Revisions: generator.c 1.78 = 1.79

CVS update: rsync/patches

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 18:21:33 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv23393/patches Added Files: subdir-exclude.diff Log Message: The --subdir-exclude=FILE option: my version of a patch submitted by John Bowman (his implemented

CVS update: rsync/popt

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 18:22:56 2004 Author: wayned Update of /data/cvs/rsync/popt In directory dp.samba.org:/tmp/cvs-serv23665/popt Modified Files: .cvsignore Log Message: Got rid of a couple useless lines. Revisions: .cvsignore 1.2 = 1.3

CVS update: rsync

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 18:23:52 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23711 Modified Files: NEWS Log Message: Mention exclude improvements. Revisions: NEWS1.166 = 1.167

CVS update: rsync

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 18:32:32 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26075 Modified Files: rsync.1 Log Message: Regenerated. Revisions: rsync.1 1.172 = 1.173

CVS update: rsync/patches

2004-04-15 Thread Wayne Davison
Date: Thu Apr 15 21:05:29 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv27472/patches Modified Files: subdir-exclude.diff Log Message: Updated nesting algorithm to be less klugy and to fix a potential bug if the user puts a ! rule after