oliveiraped / Reportula

Reportula is a php based web program that provides you a summarized output stats of Bacula Backups jobs, clients, volumes and director that have already run. It obtains its information from your catalog database. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool. It is web-based so can be accessed from anywhere. It packs a phenomenal amount of information into a single web-page – that I credit as being very good design! Features Display last jobs status Display volumes usage by pool Full supported MySQL, PostgreSQL databases. Show Jobs which executed with errors last day, week, month Show a condition of your Volumes Show terminated Jobs Search Jobs on several conditions The detailed information on Pools, Volumes, Storages and Clients Search options List the files stored on job Acl Supports and Login users support Integration with Active Directory or Ldap servers
http://www.reportula.org
GNU General Public License v3.0
25 stars 9 forks source link

Mistake at Pool Info. #27

Open marciofoz opened 9 years ago

marciofoz commented 9 years ago

In this page (http://x.x.x.x/public/index.php/pools) Im getting wrong informations about the retention, see my pool config:

Pool { Name = Pool_Bull Volume Retention = 365 Days ..... } Reportula show "Periodo de Retenção" = 01 Days (bull0059 0 File 2015-05-01 11:38:52 1 11 46.57 GB 01 Days Used)


Pool { Name = File Volume Retention = 60 Days
..... } Reportula show "Periodo de Retenção" = 02 Days (bacula-vol0001 0 File 2015-06-02 21:12:01 54 0 2.26 GB 02 Days Used)


Pool { Name = Pool_Diario Volume Retention = 30 Days } ..... Reportula show "Periodo de Retenção" = 31 Days (diario-vol0002 0 File 2015-07-04 01:44:50 15 5 20.14 GB 31 Days Used)