|
From: Dan L. <da...@la...> - 2010-12-21 11:51:51
|
On 12/21/2010 6:37 AM, Viacheslav Biriukov wrote: > I have Bacula backup server. And I run sripts before and after > backuping, using RunBeforeJob and RunAfterJob. Can I send to script in > "RunAfterJob" parameter contained list of backuped files? I don't know if RunAfterJob is done before or after the file attributes are stored in the database. But: echo 'list files jobid=XXXX' | bconsole Also, perhaps the Messages resource has an option for this. -- Dan Langille - http://langille.org/ |