Issues installing rsync 3.0.9 - Mountain Lion
Hello all,
I'm attempting to upgrade from rsync 2.6.9 to 3.0.9 on my 15" mid-2011 MacBook Pro, running 10.8.2. I'd like to install the latest version of rsync to backup to an external hard drive. I've used rsync to do this from 10.4 on, but in 10.8 it's (2.6.9) not making a bootable clone.
I have Xcode version 4.5 with Command Line Tools installed.
I've downloaded rsync-3.0.9.tar.gz and rsync-patches-3.0.9.tar.gz from rsync.samba.org.
From the helpful posting provided by "Tony T1" (see: rsync version 2.6.9 included very old, should be 3.0.9), I've attempted to install using the following info:
Download and unarchive rsync and its patches Move patches directory to rsync-3.0.9
cd rsync-3.0.9
Apply patches relevant to preserving Mac OS X metadata
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
Apply patch relevant to preserving Mac OS X hfs+compression
patch -p1 <patches/hfs-compression.diff
Configure, make, install ./prepare-source
./configure
make
sudo make install
Verify your installation rsync --version
I seem to be very close to success, but not quite there, as indicated by the following line when I run ./prepare-source:
Mountains-MacBook-Pro:rsync-3.0.9
make: Nothing to be done for `conf'.
If I proceed with the ./configure command, I get: rsync 3.0.9 configuration successful
However, "rsync --version" indicates it is still at 2.6.9.
Can someone tell me what I'm missing? I have a pdf of the attempt from Terminal if you'd care to take a look.
MacBook Pro, OS X Mountain Lion (10.8.2)