MD4 checksum_seed

2004-03-09 Thread Eran Tromer
Hi, The following lines in compat.c are rather imprudent: if (read_batch || write_batch) checksum_seed = 32761; else checksum_seed = time(NULL); write_int(f_out,checksum_seed); Setting checksum_seed to a constant in batch mode means block collisions are reproducible

rsync

2004-03-09 Thread alexus
d# rsync -vcrlpogtz . [EMAIL PROTECTED]:/export/home/rsync/ [EMAIL PROTECTED]'s password: sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) d# Can someone tell me what am I doing wrong? Thanks -- To u

Re: rsync compression options

2004-03-09 Thread Wayne Davison
On Tue, Mar 09, 2004 at 11:57:22PM +0100, roland wrote: > is the "only" compression in rsync zlib compression ? Yes, the zlib version is a special one that is tightly coupled to rsync, so that is the only compression that rsync will ever (directly) support. If you want some other compression, you'

Re: Feature Request: Multiple Streams

2004-03-09 Thread Wayne Davison
On Tue, Mar 09, 2004 at 02:09:29PM -0700, Robertson, Jason V wrote: > Are there any plans to add support for multiple stream copying (BBFTP > and GridFTP do this, though only for a single file) to rsync? Nope. It would be better to work on a replacement for rsync that had support for multiple-str

Re: Feature Request: Multiple Streams

2004-03-09 Thread Clint Byrum
On Tue, 2004-03-09 at 14:15, Jim Salter wrote: > Tim Conway wrote: > > > for source in source1 source2 source3 > > do > > rsync -options $source destination:$source & > > done > > wait > > > > adapt as needed. > > That will WORK, of course, but it does require tha

rsync compression options

2004-03-09 Thread roland
hi ! is the "only" compression in rsync zlib compression ? i would like to rsync huge files, which are compressible very good - i wondered how i could use lzop as an compresion option. unfortunately, rsync has no option "--use-compress-program=/path/to/bzip2,lzop,compress,whatever", like gnu

Re: Feature Request: Multiple Streams

2004-03-09 Thread Jim Salter
Tim Conway wrote: for source in source1 source2 source3 do rsync -options $source destination:$source & done wait adapt as needed. That will WORK, of course, but it does require that you do a file list build and compare for each of the above, instead of doing a sin

rsync is not copying upper case files

2004-03-09 Thread Jason Hill
Try remounting the fat32 partition with this option: -o shortname=winnt -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Feature Request: Multiple Streams

2004-03-09 Thread Tim Conway
for source in source1 source2 source3 do rsync -options $source destination:$source & done wait adapt as needed. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] "Robertson, Jason V" <[EMAIL PROTECTED]> Sent by: [EMAIL P

Feature Request: Multiple Streams

2004-03-09 Thread Robertson, Jason V
Are there any plans to add support for multiple stream copying (BBFTP and GridFTP do this, though only for a single file) to rsync? Thanks, Jason -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questi