chill wrote: > 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?
Are you running rsync on the Mac? If so its character settings are involved. Why arent you running an ssh session on one of the Pis and an rsync in that? VB2.4[/B] STORAGE *QNAP TS419P (NFS) [B]Living Room* Joggler & Pi4/Khadas -> Onkyo TXNR686 -> Celestion F20s *Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s *Dining Room* SB Boom *Kitchen* UE Radio (upgraded to SB Radio) *Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones *Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s + Kef ceiling speakers *Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes Everything controlled by iPeng & Material on iOS ------------------------------------------------------------------------ d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051 View this thread: http://forums.slimdevices.com/showthread.php?t=113676
_______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
