Thursday, December 11, 2014

Backuppc add administrator account

Adding a CGI Administrator

as root privilege open up /etc/backuppc/config.pl and go to line 2020
$Conf{CgiAdminUserGroup} = 'backuppc';
$Conf{CgiAdminUsers} = 'backuppc, admin';

Reload Backuppc service
service backuppc reload

Adding Administrator to htpasswd for Apache basic authentication

htpasswd /etc/backuppc/htpasswd admin

Restart Apache service
service apache2 restart

http://wiki.zmanda.com/index.php/BackupPC_Web_Interface

0 comments:

Post a Comment