Bacula-users

Re: [Bacula-users] Reporting Restore JOB Results

2012-11-28 03:44:11
Subject: Re: [Bacula-users] Reporting Restore JOB Results
From: Geert Stappers <Geert.Stappers AT vanadgroup DOT com>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 28 Nov 2012 09:41:32 +0100
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>