Bacula-users

Re: [Bacula-users] get the size of all backup jobs for client

2016-06-27 17:17:28
Subject: Re: [Bacula-users] get the size of all backup jobs for client
From: Ana Emília M. Arruda <emiliaarruda AT gmail DOT com>
To: Daniel <5960761 AT gmail DOT com>
Date: Mon, 27 Jun 2016 23:16:43 +0200
Hello Daniel,

Maybe an SQL query could help:

select client.name, sum(job.jobbytes) from job, client where job.clientid=client.clientid and client.name='client1' and job.endtime>date1 group by client.name;

Best regards,
Ana

On Wed, Jun 15, 2016 at 6:41 PM, Daniel <5960761 AT gmail DOT com> wrote:
Hello everyone

I was wondering how to get the size of all backup files for client1
since  date1.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
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>