Oliver Fink
2018-07-16 06:39:57 UTC
Hello,
I have a small job which runs after the backup jobs.
It should show the tape-uasge:
"SELECT Slot,MediaId,VolStatus,VolumeName,Pool.Name AS Pool, round(VolBytes / (1024*1024*1024) , 2) AS "GB-gesamt" FROM Media,Pool WHERE Media.PoolId=Pool.PoolId AND Media.InChanger=1 ORDER BY Slot;"
But VolBytes stays the same - it doesn't sum up - although the backups do work!
Does anybody know how I can correct this behaviour?
Thanks in advance
Olli
I have a small job which runs after the backup jobs.
It should show the tape-uasge:
"SELECT Slot,MediaId,VolStatus,VolumeName,Pool.Name AS Pool, round(VolBytes / (1024*1024*1024) , 2) AS "GB-gesamt" FROM Media,Pool WHERE Media.PoolId=Pool.PoolId AND Media.InChanger=1 ORDER BY Slot;"
But VolBytes stays the same - it doesn't sum up - although the backups do work!
Does anybody know how I can correct this behaviour?
Thanks in advance
Olli
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.