Re: Bug#720327: ITP: esu -- It allows to copy files with different checksums on the fly.

2013-08-20 Thread Eun
Package name should be "ecp", sorry misspelled that. I fixed the README and improved some things. Thanks for your feedback! 2013/8/20 Lars Wirzenius > On Tue, Aug 20, 2013 at 06:41:22PM +0400, Konstantin Khomoutov wrote: > > On Tue, 20 Aug 2013 10:21:05 -0400 > > Ryan Kavanagh wrote: > > > >

Re: Bug#720327: ITP: esu -- It allows to copy files with different checksums on the fly.

2013-08-20 Thread Eun
The difference is that ecp generates the checksum on the fly, this means it is faster then rsync, rsync copy's first and compares the sum of the source and destination afterwards (4 operations). esu saves one operation by calculating the checksum during reading the file. to make it clearer: rsync