Re: rsync transmits unchanged data

2005-07-28 Thread Martin Kammerlander
Zitat von Wayne Davison [EMAIL PROTECTED]: Which most likely means that something is touching the files. If you're using 2.6.5, add the -i option to see what attributes have changed to trigger the copy. ..wayne.. hi ok when I use the -i flag then I get the following output: building file

transfered data size question

2005-07-28 Thread Armin Obersteiner
hi! I try to mirror CPAN with: rsync -r --progress --delete-after --links --stats rsync://cpan.inode.at/CPAN/ /home/share/developer/CPAN output: Number of files: 177720 Number of files transferred: 55815 Total file size: 2666283775 bytes Total transferred file size: 2048219168 bytes Literal

Re: rsync transmits unchanged data

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 08:41:12AM +0200, Martin Kammerlander wrote: What do this attributes mean? Why not just read the man page in the --itemize-changes section? You can even browse to it on the web since it's linked right on the web site. It says this: [...] a newly created item

Re: hanging problem on cygwin

2005-07-28 Thread Paul Slootman
On Wed 27 Jul 2005, Hari Krishna Dara wrote: I am now more confused, could you please clarify something? There are three separate sections in the rsync man page called: CONNECTING TO AN RSYNC SERVER OVER A REMOTE SHELL PROGRAM RUNNING AN RSYNC SERVER RUNNING AN RSYNC SERVER OVER A REMOTE

Re: rsync transmits unchanged data

2005-07-28 Thread Martin Kammerlander
Zitat von Wayne Davison [EMAIL PROTECTED]: So, those are all new files. But the problem is that those file are 100% NOT new... :( (pls believe me ;) The files on this server were only updated once per day!! There was no change of the size and no change of the timestamp...I really checked this

Re: Feature request for rsync for running scripts

2005-07-28 Thread Erik Jan Tromp
On Tue, 19 Jul 2005 18:06:59 -0700 Wayne Davison [EMAIL PROTECTED] wrote: On Tue, Jul 19, 2005 at 06:27:56PM -0500, Evan Harris wrote: Is it possible that this patch might be added to the mainstream release anytime soon? I was originally against the idea, but have softened my opposition

Re: hanging problem on cygwin

2005-07-28 Thread Wayne Davison
On Wed, Jul 27, 2005 at 04:51:34PM -0700, Hari Krishna Dara wrote: My understanding was that the next two approaches are identical wrt to the protocol, as in both, the client will connect to the rsync server over tcp/ip instead of pipes No. Please refer to the just-updated manpage on the web

Re: rsync transmits unchanged data

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 10:55:25AM +0200, Martin Kammerlander wrote: But the problem is that those file are 100% NOT new... For that output to occur, they must be. Did you check rsync's earlier output to see if the --delete option might have deleted the files before rsync (re-)transferred them?

Filename enocings

2005-07-28 Thread David Ayers
Hello everyone, I have run into the same issue which the fname-convert patch solves: http://rsync.samba.org/ftp/unpacked/rsync/patches/fname-convert.diff i.e. rsyncing between and latin 1 and utf-8 locales. First I'd really like to thank Eran Tromer for providing the patch as this fixes my

Re: Feature request for rsync for running scripts

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 05:40:02AM -0400, Erik Jan Tromp wrote: Yep, just verified. umask = This should be fixed in the latest patch in CVS: http://rsync.samba.org/ftp/unpacked/rsync/patches/pre-post-exec.diff Second is localtime/UTC timestamps in logs Please read through the prior

Re: Filename encodings

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 12:35:21PM +0200, David Ayers wrote: I've attached an updated version which applies to the rsync-2.6.5 release and includes updates to proto.h. 2.6.5 already comes with the patch in the patches subdir (and none of the patches have proto.h changes because they are easily

Re: Filename enocings

2005-07-28 Thread Jan-Benedict Glaw
On Thu, 2005-07-28 12:35:21 +0200, David Ayers [EMAIL PROTECTED] wrote: diff -uNr ../rsync-2.6.5/fnameconv.c ./fnameconv.c --- ../rsync-2.6.5/fnameconv.c1970-01-01 01:00:00.0 +0100 +++ ./fnameconv.c 2005-07-28 11:29:59.202388904 +0200 @@ -0,0 +1,220 @@ [...] +/** + * Runs

Re: Need help with the rsync library and the communication protocol

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 02:09:31AM +0200, [EMAIL PROTECTED] wrote: But the rsync source isn't beautiful or structured - it's just a big hunk of code. Right -- it's a utility, not a library (though someone is working on making it a library). I'd recommend looking into the librsync project

Re: rsync transmits unchanged data

2005-07-28 Thread Martin Kammerlander
Zitat von Wayne Davison [EMAIL PROTECTED]: For that output to occur, they must be. ag... NO ;) --delete option might have deleted the files before rsync (re-)transferred them? I checked the output...nothing was has been deleted I've also seen a weird delete interaction in a rare

Re: [patch] paranoid checksum checking

2005-07-28 Thread Nick Burrett
Wayne Davison wrote: On Wed, Jul 27, 2005 at 11:05:17AM +0100, Nick Burrett wrote: The attached patch incorporates your suggestions, and calls the option '--read-verify'. Note that your suggested option does not need to affect the --checksum code in any way -- that code sends pre-transfer

Re: hanging problem on cygwin

2005-07-28 Thread Hari Krishna Dara
On 7/28/05, Wayne Davison [EMAIL PROTECTED] wrote: On Wed, Jul 27, 2005 at 04:51:34PM -0700, Hari Krishna Dara wrote: My understanding was that the next two approaches are identical wrt to the protocol, as in both, the client will connect to the rsync server over tcp/ip instead of pipes

Rsync 2.6.6 released

2005-07-28 Thread Wayne Davison
I have released rsync version 2.6.6. This release is a bug-fix release to handle a null-pointer bug that turned up in rsync's version of zlib 1.1.4 (this is not the recent zlib 1.2.2 security fix, which did not affect rsync) and to squash a few other minor bugs. To deal with the zlib issue,

rsync and old novel server

2005-07-28 Thread Noogie
Hello, I've set-uped a Linux server in a small office, around 10 users, there is an old novel server, running version 3.12. My task was to establish an alternative for the old server, for the case It suddenly didn't feel like working anymore (you see, it's a Pentium Pro 200, it outlived itself at

Re: transfered data size question

2005-07-28 Thread Armin Obersteiner
hi! 1) which one is the net-value of the network transferred bytes That would be Total bytes written (though it's Total bytes sent in a modern rsync -- you may want to look into upgrading). thanks. i'm using gentoo rsync 2.6.0-r5 (security patched). gentoo relies on rsync a lot, an upgrade

Re: Transfering very large files / and restarting failures

2005-07-28 Thread Wayne Davison
On Wed, Jul 27, 2005 at 04:29:46PM -0700, Todd Papaioannou wrote: Not sure I have the mojo to mess with the patches though! I applied the --append patch to the CVS source, so if you want to snag version 2.6.7cvs, you can grab it via the latest nightly tar file:

Re: Rsync 2.6.6 released

2005-07-28 Thread Erik Jan Tromp
On Thu, 28 Jul 2005 13:09:01 -0700 Wayne Davison [EMAIL PROTECTED] wrote: I have released rsync version 2.6.6. I just extracted the 2.6.6 source tarball noticed that patches/pre-post-exec.diff wasn't applied to trunk. Wups? -- I really want a license to do just two things: make the code

test failed with acl patch

2005-07-28 Thread Olivier Thauvin
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the patches directory. I am trying to update our rpm to rsync 2.6.6 but one of the test failed with this patch. It seems to be a minor problem, but can you have a look ? Thanks by advance. Following the message (a bit long):

Re: Rsync 2.6.6 released

2005-07-28 Thread Erik Jan Tromp
On Thu, 28 Jul 2005 19:40:55 -0400 Erik Jan Tromp [EMAIL PROTECTED] wrote: On Thu, 28 Jul 2005 13:09:01 -0700 Wayne Davison [EMAIL PROTECTED] wrote: I have released rsync version 2.6.6. I just extracted the 2.6.6 source tarball noticed that patches/pre-post-exec.diff wasn't applied to

creating directories not specified in '--files-from' file

2005-07-28 Thread Madison Kelly
Hi all, I use 'rsync' in my backup program and I've run into an annoying bug. If I specify a directory to be backed up all files in it are copied automatically. This is a problem because a user may have selected specifically to not backup a given file. Also if a subdirectory exists in a

Re: Rsync 2.6.6 released

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 07:40:55PM -0400, Erik Jan Tromp wrote: I just extracted the 2.6.6 source tarball noticed that patches/pre-post-exec.diff wasn't applied to trunk. That's correct. The new features are going into 2.6.7. ..wayne.. -- To unsubscribe or change options:

Re: creating directories not specified in '--files-from' file

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 08:19:26PM -0400, Madison Kelly wrote: If I specify a directory to be backed up all files in it are copied automatically. That only happens if the dir has a trailing slash (which is telling rsync I want the contents of this directory), rather than just the directory's

Re: test failed with acl patch

2005-07-28 Thread Wayne Davison
On Fri, Jul 29, 2005 at 01:57:05AM +0200, Olivier Thauvin wrote: I am trying to update our rpm to rsync 2.6.6 but one of the test failed with this patch. This revealed that the acls patch was not properly reporting what files were being updated when acls were not being preserved. The attached

Reply - : Rsync 2.6.6 released

2005-07-28 Thread Lakshminarayanan Radhakrishnan
Wayne, We are still using rsync 2.5.5 version to sync files between two remote machines. Can u please highlight the important fixes added upto 2.6.6 ? In samba site, anywhere mentioned about what patches given for each release ? thanks regards, LAKS Wayne Davison wrote: On Thu,

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 09:36:12 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8081 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Removed erroneous section on using daemon features over a remote-shell connection -- client-use is better

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 09:40:08 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10740 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Removed one more client-oriented command-line syntax sentence. Revisions: rsyncd.conf.yo 1.108 =

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 16:57:51 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4632 Modified Files: configure Log Message: Check for putenv() function. Revisions: configure 1.218 = 1.219

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 16:58:04 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4693 Modified Files: configure.in config.h.in Log Message: Regenerated. Revisions: configure.in1.226 = 1.227

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 17:15:42 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv15601 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Document the new pre-/post-xfer exec config options. Revisions: rsyncd.conf.yo 1.109 = 1.110

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 17:15:44 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv15625 Modified Files: loadparm.c Log Message: Added 2 new config options: pre-xfer exec and post-xfer exec. Revisions: loadparm.c 1.59 = 1.60

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 17:15:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv15642 Modified Files: clientserver.c Log Message: If the user has specified pre-xfer exec or post-xfer exec, run the indicated command(s), each at the appropriate time.

CVS update: rsync/patches

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 17:25:06 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv20289 Removed Files: pre-post-exec.diff Log Message: Applied to trunk. Revisions: pre-post-exec.diff 1.5 = NONE

CVS update: rsync/zlib

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 18:00:04 2005 Author: wayned Update of /data/cvs/rsync/zlib In directory dp.samba.org:/tmp/cvs-serv6615 Modified Files: Tag: bugfix-2-6-5 inftrees.c Log Message: A fix suggested by Tim Yamin. Revisions: inftrees.c 1.4 = 1.4.2.1

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 18:17:56 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20049 Modified Files: NEWS Log Message: Removed a duplicated item. Revisions: NEWS1.315 = 1.316

CVS update: rsync/patches

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 18:37:57 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv30446 Modified Files: fname-convert.diff Log Message: Fixed a typo in a comment and added a void arg-spec to the function definition void init_fname_convert().

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:06:03 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12946 Modified Files: Tag: BRANCH-2-6-6 generator.c Log Message: A fix for the itemized output to prevent superfluous 'p' flags. Revisions: generator.c

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:19:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22512 Modified Files: Tag: BRANCH-2-6-6 rsync.yo rsyncd.conf.yo rsync.1 rsyncd.conf.5 Log Message: Incorporate the improvements made to the daemon/remote-shell

CVS update: rsync/patches

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:28:21 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv28087 Modified Files: Tag: BRANCH-2-6-6 ODBC-dblog.diff acls.diff append.diff atimes.diff backup-dir-dels.diff chmod-option.diff cvs-entries.diff

CVS update: rsync/packaging/lsb

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:31:55 2005 Author: wayned Update of /data/cvs/rsync/packaging/lsb In directory dp.samba.org:/tmp/cvs-serv30350/packaging/lsb Modified Files: Tag: BRANCH-2-6-6 rsync.spec Log Message: Preparing for release of 2.6.6 Revisions: rsync.spec 1.28 =

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:31:55 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30350 Modified Files: Tag: BRANCH-2-6-6 NEWS configure configure.in rsync.1 rsync.yo rsyncd.conf.5 rsyncd.conf.yo Log Message: Preparing for release of 2.6.6

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 19:49:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6805 Modified Files: configure configure.in Log Message: Changed the version to 2.6.7cvs. Revisions: configure 1.219 = 1.220

CVS update: rsync

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 20:00:43 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12079 Modified Files: rsync.yo rsyncd.conf.yo rsync.1 rsyncd.conf.5 Log Message: Updated to match 2.6.6 release (which occurred on a branch). Revisions: rsync.yo

CVS update: rsync/packaging/lsb

2005-07-28 Thread Wayne Davison
Date: Thu Jul 28 20:00:43 2005 Author: wayned Update of /data/cvs/rsync/packaging/lsb In directory dp.samba.org:/tmp/cvs-serv12079/packaging/lsb Modified Files: rsync.spec Log Message: Updated to match 2.6.6 release (which occurred on a branch). Revisions: rsync.spec