Re: Skip file content checking in rsync

2009-10-28 Thread Gabor Heja
Hi Klistvud, Hi Gilles, Thanks for your help! With --inplace it is working fine. Funny it's even in it's manual, I don't know how have I managed to not find that... Sorry, and thanks again! Best regards, Gabor > Dne, 28. 10. 2009 18:43:59 je Gabor Heja napisal(a): > > >> Is there any way I

Re: Skip file content checking in rsync

2009-10-28 Thread Sarunas Burdulis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabor Heja wrote: > Hi all, > > I have a setup where the disk is filled with great files. I would like to > use rsync to backup my data, but when rsync detects a file with different > content it starts to copy the matching parts of that file to a temp

Re: Skip file content checking in rsync

2009-10-28 Thread Gilles Mocellin
On Wed, Oct 28, 2009 at 06:43:59PM +0100, Gabor Heja wrote: > > Hi all, > > I have a setup where the disk is filled with great files. I would like to > use rsync to backup my data, but when rsync detects a file with different > content it starts to copy the matching parts of that file to a tempor

Re: Skip file content checking in rsync

2009-10-28 Thread Klistvud
Dne, 28. 10. 2009 18:43:59 je Gabor Heja napisal(a): > > Is there any way I could tell the rsync to not use this method, so > not > duplicate but delete the target file and transfer the whole? > Uhm, isn't the --inplace option used for just that? -- Regards, Klistvud Certifiable Loonix Use

Skip file content checking in rsync

2009-10-28 Thread Gabor Heja
Hi all, I have a setup where the disk is filled with great files. I would like to use rsync to backup my data, but when rsync detects a file with different content it starts to copy the matching parts of that file to a temporary file and transfer the differences only and finally replaces the orig