{"id":250,"date":"2016-03-09T16:23:45","date_gmt":"2016-03-09T15:23:45","guid":{"rendered":"http:\/\/104.198.79.120\/?p=250"},"modified":"2016-03-09T16:25:42","modified_gmt":"2016-03-09T15:25:42","slug":"upgrade-rsync-on-mac-os-x","status":"publish","type":"post","link":"https:\/\/wp.gaborhargitai.hu\/upgrade-rsync-on-mac-os-x\/","title":{"rendered":"Upgrade rsync on Mac OS X"},"content":{"rendered":"
By default, Apple decided to ship version 2.6.9 of rsync with Mac OS X 10.11 El Capitan. For the most part it gets the job done, however, not so long ago I came across the problem of having to sync directories between remote hosts that have whitespaces in their names. The usual “-s”<\/strong> parameter which I tend to use under Linux does the trick, but as it turns out it had been introduced in a later version of rsync, so in order for me to use it under OSX, an update was necessary.<\/p>\n How should we do this? Well, first we’ll download the source tarball from the rsync website, unpack and compile it, after which we will move it to a location that is safe system-wise, meaning that future OS X updates won’t break our hard work.<\/p>\n Download the lates source code from here:<\/p>\n