BackupPC-users

Re: [BackupPC-users] Per host host.pl not found on new CentOS 6.3 install

2012-09-21 11:58:44
Subject: Re: [BackupPC-users] Per host host.pl not found on new CentOS 6.3 install
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 21 Sep 2012 10:57:22 -0500
On Fri, Sep 21, 2012 at 10:11 AM, Tony Molloy <tony.molloy AT ul DOT ie> wrote:
>
> Incredible I am just doing the same thing myself. Installing
> BackupPC-3.2 on a CentOS-6.3 box replacing 3.1 on an old CentOS-5.8
> box and was just about to ask the same question.

OK, I didn't recall having any trouble with the RPM and the web
interface so I went through the motions on a clean machine and this is
all it takes:

#yum install backuppc
edit /etc/httpd/conf.d/BackupPC.conf
  change allow from 127.0.0.1 to allow from All
Follow the directions at the top of the file and:
htpasswd -c /etc/BackupPC/apache.users yourusername

edit /etc/BackupPC/configure.pl
change $Conf{CgiAdminUsers} = ''; to $Conf{CgiAdminUsers} = 'yourusername';

#service backuppc restart
#service httpd restart

Log into http://server_IP/backuppc with a browser

Click edit hosts, add one, save.
Click host summary, click new host
Click edit config (upper one, in host section)
make the changes you want.
When you save, the /etc/BackupPC/pc directory is added with the per host config.

-- 
   Les Mikesell
     lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/