DO NOT REPLY [Bug 5615] iconv conversion not applied to symlinks

samba-bugs at samba.org samba-bugs at samba.org
Sun Mar 29 20:20:26 GMT 2009


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





------- Comment #6 from wayned at samba.org  2009-03-29 15:20 CST -------
The issue is that your're doing a local copy, and rsync isn't properly
validating that the sender supports symlink conversions when doing a local
copy.

You can work around the issue by putting the support/lsh script on your path
somewhere, adding -e lsh to your rsync command, and making one of the args use
a localhost hostname.  i.e., change the command in your test script to this:

rsync -ae lsh --iconv utf8,$SECONDARY_ENCODING \
   ./ localhost:$TMPDIR/$RSYNC_DESTINATION_DIRECTORY/

I'm checking in a fix into the git repository that makes local copies work.


-- 
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