Difference between revisions of "Rdiff backup 64bit"

From Noah.org
Jump to navigationJump to search
 
 
Line 3: Line 3:
 
== How to build rdiff_backup on RHES4 ==
 
== How to build rdiff_backup on RHES4 ==
  
This works on Red Hat Enterprise Server 4...
+
This works on 64-bit Linux, Red Hat Enterprise Server 4...
  
 
First download and build librsync:
 
First download and build librsync:

Latest revision as of 12:16, 8 January 2007


How to build rdiff_backup on RHES4

This works on 64-bit Linux, Red Hat Enterprise Server 4...

First download and build librsync:

 cd ~/librsync-0.9.7
 autoreconf -f -i
 ./configure --with-pic
 make && make install

Second, download and install rdiff-backup:

 cd ~/rdiff-backup-1.0.5
 python setup.py install