Paul Webster wrote: 
> \#303\#251 is e-acute in UTF8
> but it is #233 in ISO-8859-1
> ... so try UTF8 switch and see what happens

Thanks Paul.  It wasn't clear to me which way round the filter should
be, so I tried a few combinations:

--iconv=UTF8,iso88591:

Code:
--------------------
    rsync -avhiO --delete --modify-window=1 --exclude=lost+found 
--iconv=UTF8,iso88591 --dry-run -e ssh [email protected]:/mnt/Music/ 
/mnt/MusicMirror/
  .
  .
  cd+++++++++ Music/Lossless/Album FLACs/m/Michael Bubl\#303\#203\#302\#251/
--------------------


--iconv=iso88591,UTF8:

Code:
--------------------
    rsync -avhiO --delete --modify-window=1 --exclude=lost+found 
--iconv=iso88591,UTF8 --dry-run -e ssh [email protected]:/mnt/Music/ 
/mnt/MusicMirror/
  receiving incremental file list
  [receiver] cannot convert filename: Music/Lossless/Album FLACs/The Great 
Composers/25. Vivaldi\#357\#274\#232 The Four Seasons (Invalid or incomplete 
multibyte or wide character)
  ABORTING due to invalid path from sender: /
  rsync error: protocol incompatibility (code 2) at flist.c(2545) 
[receiver=3.2.2]
  
--------------------


--iconv=UTF8,UTF8:

Code:
--------------------
    rsync -avhiO --delete --modify-window=1 --exclude=lost+found 
--iconv=UTF8,UTF8 --dry-run -e ssh [email protected]:/mnt/Music/ /mnt/MusicMirror/
  .
  .
  cd+++++++++ Music/Lossless/Album FLACs/m/Michael Bubl\#303\#251/
--------------------


I'm not sure what that tells us, but evidently it hasn't resulted in the
target matching the source.

Any idea what the different colours signify in an ssh shell?  Is it just
a Mac terminal thing?


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113676

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to