|
From: Personal T. <tec...@ca...> - 2008-11-20 14:34:42
|
Hi!!
My server manages several clients that use a special console, but
console resource (in bacula-dir.conf) is unique for all users:
Console {
Name = usuarios
Password = "abcde"
JobACL = Backup-NodeA, Backup-NoderB, Backup-NodeC, Backup-NodeD,
RestoreFiles
ClientACL = NodeA-fd, NodeB-fd, NodeC-fd, NodeD-fd
FileSetACL = Windows, Linux
CatalogACL = Catalogo-USUARIOS
CommandACL =
setdebug,cancel,disable,estimate,help,messages,restore,run,status,exit,.backups,.clients,.defaults,.exit,.filesets,.help,.jobs,.messages,.pools,.quit,.status,.storage
StorageACL = *all*
PoolACL = USUARIOS
}
With this configuration, when a client (A,B,C or D) runs bwx-console and
run a job, he gets four 5 jobs for do: Backup-NodeA, Backup-NodeB,
Backup-NodeC, Backup-NodeD, RestoreFiles
Is there any way for configure only a console resource but limit job
depending client name?
Thanks.
|