Re: [BackupPC-users] installation help

2018-08-08 Thread Craig Barratt via BackupPC-users
Unfortunately the package support for BackupPC 4.x isn't very comprehensive, but there are quite a few available. I appreciate the work people do keeping various packages up to date (I don't support any myself). For example, see this issue for RHE

Re: [BackupPC-users] installation help

2018-08-08 Thread Mike Hughes
LOL! I do not want to build everything from source! I’m just following the documentation as I’ve been able to find it. You suggested a script which installs on Debian-based systems so I’m trying to follow those steps on CentOS. I’ve been running V 3.3.1 from EPEL for a couple years and am ready t

Re: [BackupPC-users] installation help

2018-08-08 Thread Craig Barratt via BackupPC-users
Mike, First, I would strongly recommend using the rsync-bpc 3.0.9 branch. The head is based on rsync 3.1.2 but it hasn't seen as much testing and hasn't been released. You should do a "git checkout 3.0.9" before running ./configure, eg: git clone https://github.com/backuppc/rsync-bpc.git cd rsy

Re: [BackupPC-users] installation help

2018-08-08 Thread Mike Hughes
Thanks for the reply. I’m building on CentOS7 so the example is partly useful but there are several changes. Here are some basic steps in case someone else attempts this: yum install git build-essential perl-devel perl-CPAN perl-CGI gcc httpd mod_ssl glusterfs-client cpan [accept all defaults] i