Re: rsync based on checksum only

2012-07-06 Thread josephj
Let us know if that ever gets merged into the official releases. I could use that feature. I download a lot of media files and when I normalize their names, rsync treats them as new files. At this point, I don't want to build my own rsync. I haven't learned git yet and have to be sure that I do

Re: rsync based on checksum only

2012-07-06 Thread Benjamin ANDRE
hello, a patch could help you in the case of a move or rename of a file : Patch : --detect-renamed (1) match in size & modify-time (plus the basename, if possible) (2) or match in size & checksum (when --checksum was also specified) and use each match as an alternate basis file to speed up the tr