Re: [BackupPC-users] Backup successful - now to exclude

2006-12-19 Thread Jason Hughes

> I'm wondering now how to exclude things like "/proc" globally and per-PC.
>   
You cannot exclude something globally, then exclude more per-PC.  The 
per-PC settings simply override whatever was set globally, since it's 
just setting a perl variable.  I suppose you could actually write perl 
code that pushes more directories onto the array, but it would get 
cryptic very fast.

Look into setting something globally if you have several machines that 
share a similar set of excludes, and override where different 
configurations are needed.  The documentation explains how to write 
per-PC configs.  If you're using 3.0.0beta, you can actually edit the PC 
config straight from the CGI interface.
> Also wondering how through the CGI interface I can have "normal" users who 
> can view/start/restore their backups while different from the "admin" users 
> (my terminology may be wrong here).
>   
You have to create multiple 'users' in your auth file for the CGI to 
allow people to log in.  Once you have that, you assign these users to 
their respective machines in the BackupPC hosts file.  This way, when 
one of those users accesses the CGI pages, it requests them to log in... 
which they do, and are presented with only the machines they are 
associated with in hosts.
> Can't seem to find a config variable other than CgiAdminUsers available.
>   
This variable only tells what users should have access to everything.  
You set the per-PC owners in the hosts file.

Hope this helps,
JH

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup successful - now to exclude

2006-12-18 Thread Michael Mansour
Hi,

I've been able to successfully backup a Linux box. Quite impressed with the 
interfaces for browsing and restore, better than I expected so very good 
work to the developers!

I'm wondering now how to exclude things like "/proc" globally and per-PC.

Also wondering how through the CGI interface I can have "normal" users who 
can view/start/restore their backups while different from the "admin" users 
(my terminology may be wrong here).

Can't seem to find a config variable other than CgiAdminUsers available.

If someone could point me in the right direction.

Thanks.

Michael.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/