Re: adding a new log-format escape

2005-06-27 Thread Andrew Shewmaker
sending files this gives the number of checksum bytes received for this file + it() %s for the checksum of a file it() %i an itemized list of what is being updated )) -- Andrew Shewmaker -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: adding a new log-format escape

2005-06-27 Thread Andrew Shewmaker
On 6/27/05, Paul Slootman <[EMAIL PROTECTED]> wrote: > On Mon 27 Jun 2005, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote: > > In article <[EMAIL PROTECTED]> (at Mon, 27 Jun 2005 00:07:19 -0600), Andrew > > Shewmaker <[EMAIL PROTECTED]> says: > > > > > +

adding a new log-format escape

2005-06-26 Thread Andrew Shewmaker
ove. However, the checksums are wrong (I can see short segments that are right). They don't match the output from md5sum nor the test program in md5.c, which prints the hex string in nearly the same way. Also, some of the hex strings are longer than others even though they have the s

Re: linux kernel, git, and stateful sync

2005-06-21 Thread Andrew Shewmaker
ates the need for > the file-by-file, over-the-network compare. Why not feed rsync the list of changed files so that you can take advantage of its protocol and not transfer whole files? -- Andrew Shewmaker -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: linux kernel, git, and stateful sync

2005-06-21 Thread Andrew Shewmaker
On 6/21/05, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Jun 20, 2005 at 02:18:13PM -0600, Andrew Shewmaker wrote: > > I was wondering if H. Peter Anvin or Nathan Laredo had expressed their > > needs to the rsync developers? > > No, they've not talked ab

linux kernel, git, and stateful sync

2005-06-20 Thread Andrew Shewmaker
to compare is hundreds of megabytes long." To solve for this, Peter says, "we're working on a stateful sync program." Nathan Laredo is currently working on the replacement for rsync which is hoped to be ready as soon as next week. ... ==== http://kerneltrap.org/node/5313 --

Re: handling duplicate names deterministically and adding alternative checksum algorithms

2005-06-16 Thread Andrew Shewmaker
, Jun 09, 2005 at 05:24:45PM -0600, Andrew Shewmaker wrote: > > Our current practices would benefit if rsync were enhanced to handle > > duplicate names deterministically as described in the todo list. > > One proposed solution to this was to use a functioned called > merg

handling duplicate names deterministically and adding alternative checksum algorithms

2005-06-09 Thread Andrew Shewmaker
ready working on these features? Thanks again, Andrew Shewmaker -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html