rsyncing between the Mac and Linux

Posted by: andy

rsyncing between the Mac and Linux - 26/03/2017 08:37

Today I learned about the rsync "iconv" option. I can now rsync my music library from my Linux server to the Mac without breaking accented characters.

(also involved upgrading rsync on the Mac)

http://serverfault.com/questions/397420/...r-rsync-or-afpd
Posted by: mlord

Re: rsyncing between the Mac and Linux - 26/03/2017 18:17

On a related note, I think I might write a fidtomp3 tool for extracting tunes from our empeg players here. Sure, JEmplode can sorta do it, but it seems to have issues and crashes every now and then, and misses some playlists/tunes.

So instead I want to just rsync /drive*/fids/ from the empeg to a server box, and use fidtomp3 to create links from the hex-named FID files to a tree of mp3 files.

Then presumably I can use mp3tofid, or a modified version thereof, to go in the opposite direction after merging various playlists.
Posted by: drakino

Re: rsyncing between the Mac and Linux - 06/04/2017 05:48

Handy tip if you want a rsync binary with iconv support for macOS without needing to go the homebrew/macports route. Download Carbon Copy Cloner, it's got one embedded in it at /Applications/Carbon\ Copy\ Cloner.app/Contents/MacOS/rsync
Posted by: JBjorgen

Re: rsyncing between the Mac and Linux - 06/04/2017 20:53

Thanks for that Tom. I already own CCC, but didn't know it was there.