DO NOT REPLY [Bug 3392] fuzzy misbehaving if source is a file

samba-bugs at samba.org samba-bugs at samba.org
Mon Mar 13 17:20:59 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=3392





------- Comment #9 from wayned at samba.org  2006-03-13 11:20 MST -------
One way to manualy optimize a transfer for a new directory that is related to
an old directory is to first copy the old directory using --link-dest, and then
copy the new directory using --fuzzy:

rsync -av --link-dest=../olddir olddir/ dest:newdir
rsync -av --fuzzy --delete-after newdir dest:

The first rsync run will just hard-link everything into the newdir destination
as long as you have a local copy of the identical olddir files.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list