Hello, Im using bacula and now I get all the space used by backups . I find how to view the space used with this SQL:
SELECT Client.Name AS Client, Pool.Name as Pool, sum(Job.JobFiles) as Files, sum(Job.JobBytes) as Bytes FROM Client, Job, Pool WHERE Job.ClientID = Client.ClientID and Job.PoolID = Pool.PoolID GROUP by Client.ClientID ORDER by Client.Name; Now im searching how to view the oldest backup so I can view if im purged old backups or im storing all backups. Maybe can be by this "select StartTime from Job"? Best Regards. José J. Antón Herrerías Responsable de soporte técnico jan...@abserver.es [cid:image009.png@01CDF805.662A1010]<http://www.abserver.es/> [cid:image010.png@01CDF805.662A1010] <http://www.facebook.com/abserver> [cid:image011.png@01CDF805.662A1010] <http://twitter.com/abserver> [cid:image012.png@01CDF805.662A1010] <http://www.linkedin.com/company/abserver> Access Basic Server S.L. Elche Parque Industrial. C/Galileo Galilei, 12. 03203 Elche (Alicante) Telf. +34 96 568 29 04 Fax. +34 96 568 35 30 Cláusula de confidencialidad: Este mensaje se dirige exclusivamente al destinatario consignado. Puede contener información confidencial, de nuestra propiedad o legalmente protegida. Si usted no es el destinatario, le informamos que cualquier acceso, divulgación, copia o distribución de la información, así como cualquier acción u omisión realizada con base a la misma, queda prohibida y puede ser ilegal. En caso de haber recibido este mensaje por error, le rogamos nos lo reenvíe y notifique inmediatamente, borrando toda copia de su sistema. Gracias. ü Antes de imprimir este mensaje, asegúrese de que es necesario. Proteger el medio ambiente está en nuestra mano. Piensa en global, actúa en local.
<<inline: image009.png>>
<<inline: image010.png>>
<<inline: image011.png>>
<<inline: image012.png>>
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users