Re: rsync based on checksum only

2012-07-07 Thread Benjamin ANDRE
p the transfer. > > > > > http://gitweb.samba.org/?p=rsync-patches.git;a=blob;f=detect-renamed.diff;h=c3e6e846eab437e56e25e2c334e292996ee84345;hb=master > > > > Patch options : --detect-renamed-lax and --detect-moved > > > http://gitweb.samba.org/?p=rsync-patches.git;a=blob;f=detect-renamed-

Re: rsync based on checksum only

2012-07-06 Thread Benjamin ANDRE
x.diff;h=1ff593c8f97a97e8970d43ff5a62dfad5abddd75;hb=master Benjamin ANDRE 2012/7/5 Matthias Schniedermeyer > On 05.07.2012 09:26, Yan Seiner wrote: > > Is it possible to tell rsync *not* to use file names, date stamps, etc > and > > only use the checksum for deciding if a file is the same?

Re: MacOS and Extended Attributes

2010-12-29 Thread Benjamin ANDRE
Hello Mike and Dave, Thank you Mike for your instruction for compiling rsync with a few Mac OS X-specific patches. @Dave : I followed them and it worked for me on my mac os X (10.6.5), even with -a and -x options. But I also need to use rsync with --detect-renamed option. This option is in the pa

Compilation for mac OS X with detect-renamed.diff patch

2010-12-18 Thread Benjamin ANDRE
Hello, I need to run rsync on a mac (OS X 10.6.5) with the --detect-renamed option available. I therefore started to compile rsync with the 3 relevant patches (in my opinion) : - fileflags.diff - crtimes.diff - detect-renamed.diff Here are my exact compile instructions : patch -p1 it works