Mike Loseke wrote:
> Hello all,
> 
> I wanted to drop a note here about a short blog post I put up on adding 
> an audit interface to a BackupPC install.  This is basically just a 
> limited read-only interface to allow a non-admin user to look at backup 
> status, backup set contents, etc, for all hosts being backed up on a 
> server.  It's fairly simple and doesn't get into the code much and is 
> far from perfect but it works.
> 
>   http://www.tummy.com/journals/entries/mike_20090305_152711
> 
> This is something that will help us shift some workload around when a 
> large number of backup servers need auditing, which is part of an set of 
> business requirements.

I'm way to lazy for those kinds of changes.  I'd probably just do a 
cron-scheduled dump of the web pages into a samba-shared directory with 
something like
'curl 
http://user:passw...@backuppc_server/cgi-bin/BackupPC_Admin?action=summary 
 > summary.html'
so some other user could browse the files - or email them as attachments 
to users that couldn't access them directly.

-- 
   Les Mikesell
    lesmikes...@gmail.com


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to