Op 20121125 om 17:12 schreef Isamar Maia:
> Hi Folks,
> 
> I am looking for a way to list the files recovered and the server name
> of a Restore JOB ID.
> 
> In a first look, I couldn't find that info anywhere. Not in database
> neither in the log files..
> 
> Any tips ?
> 

echo list files JobId=1337 | /etc/bacula/scripts/bconsole  | sed -e 's/^| //' 
-e 's/ *|$//'

where '1337' is the job ID of the restore request.


Cheers
Geert Stappers
-- 
http://www.vanadcimplicity.com/
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to