The three packages each have different build/install steps. If you can't
easily figure it out, here's a short summary.
BackupPC-XS-0.01.tar.gz:
tar zxvf BackupPC-XS-0.01.tar.gz
cd BackupPC-XS-0.01
perl Makefile.PL
make
make test
make install
rsync-bpc-3.0.9.0.tar.gz:
tar zxvf rsync-bpc-3.0.9.0.tar.gz
cd rsync-bpc-3.0.9.0
./configure.sh
make
make install
BackupPC-4.0.0alpha0.tar.gz:
tar zxvf BackupPC-4.0.0alpha0.tar.gz
cd BackupPC-4.0.0alpha0
./configure.pl
The last step for each will need to be run as a privileged user.
If you want to install rsync_bpc in /usr/local/bin (default is likely
/usr/bin), then you should add the --prefix option to configure.sh:
./configure.sh --prefix=/usr/local
Craig
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/