backuppc install
[root@localhost yum.repos.d]# yum install httpd httpd-devel perl mod_perl
[root@localhost usr]# yum install perl-Compress-Zlib perl-Archive-Zip perl-File-RsyncP perl-XML-RSS
[root@localhost usr]# yum install perl-File-RsyncP perl-Net-FTP-AutoReconnect perl-Net-FTP-RetrHandle
[root@localhost usr]# yum install BackupPC-3.2.1-7.el6.x86_64.rpm
configure
[root@localhost usr]# vi /etc/httpd/conf/httpd.conf
Change ‘User apache‘ to ‘User backuppc
[root@localhost conf.d]# vim BackupPC.conf
change ‘Allow from 127.0.0.1‘ to ‘Allow from all‘
[root@localhost conf.d]# htpasswd -c /etc/BackupPC/apache.users admin
New password:
Re-type new password:
Adding password for user admin
[root@localhost conf.d]#
[root@localhost BackupPC]#
[root@localhost ~]# vi /etc/BackupPC/config.pl
$Conf{CgiAdminUsers} = 'admin';
[root@localhost ~]# service httpd start
[root@localhost ~]# service backuppc status