>>>>> On Thu, 11 Dec 2008 11:31:19 +0100 (CET), Carlo Maesen said:
> 
> I would like to have a listing of all open files in my backup-report or in 
> the log-file. So I can put these in a exclude list.
> Is this posssible ?
> 
> I use for each job:
> Messages = Standard
> 
> bacula-dir.conf:
> Messages {
>   Name = Standard
>   mailcommand = "/usr/local/bacula/bin/bsmtp -h localhost -f \"\(Bacula\) 
> \<%r\>\" -s \"Bacula: %t %e of %c %l\" %r"
>   operatorcommand = "/usr/local/bacula/bin/bsmtp -h localhost -f \"\(Bacula\) 
> \<%r\>\" -s \"Bacula: Intervention needed 
> for %j\" %r"
>   mail = u...@domain.corp = all, !skipped            
>   operator = supp...@aca-it.be = mount
>   console = all, !skipped, !saved
>   append = "/usr/local/bacula/log" = all, !skipped
> }
> 
> Additional info:
> Bacula 2.4.3 on CentOS 5.2

Bacula can't detect open files, but you could uses a Client Run Before script
that invokes something like lsof.

__Martin

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to