[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] Mac OS X 10.4 rdiff-backup woes
From: |
Carsten Lorenz |
Subject: |
Re: [rdiff-backup-users] Mac OS X 10.4 rdiff-backup woes |
Date: |
Mon, 24 Oct 2005 14:47:25 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.6 (Macintosh/20050716) |
Yannick Wurm wrote:
> Hi list,
>
> has anyone succesfully used rdiff on Mac OS X Tiger?
> I installed rdiff-backup 0.13.6 via 'fink install rdiff-backup'.
> Despite installation going well, I always get errors, as shown below
> (running rdiff with sudo gives the same result).
>
> I would be very grateful for any piece of advice.
If you have installed the OS X Development package, you can use the
original packages of librsync and rdiff-backup.
I downloaded and installed them without any problems.
For librsync it's:
>./configure
>make install
For rdiff-backup as root it's:
>./setup.py clean build install
Since rdiff-backup and its man-page aren't in the path i additionally
entered:
>ln -s
/System/Library/Frameworks/Python.framework/Versions/2.3/bin/rdiff-backup
/usr/local/bin/rdiff-backup
>ln -s
/System/Library/Frameworks/Python.framework/Versions/2.3/share/man/man1/rdiff-backup.1
/usr/local/share/man/man1/rdiff-backup.1
Carsten