which gives Unable to get Job Volume Parameters errors.
Which leads to copying the same job over and over again.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8493 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
    "SELECT DISTINCT Job.JobId,Job.StartTime FROM Job,Pool"
    " WHERE Pool.Name = '%s' AND Pool.PoolId = Job.PoolId"
    " AND Job.Type = 'B' AND Job.JobStatus = 'T'"
+   " AND Job.jobBytes > 0"
    " AND Job.JobId NOT IN"
    " (SELECT PriorJobId FROM Job WHERE"
    " Type IN ('B','C') AND Job.JobStatus = 'T'"
 
 mixed priorities
 
 General:
+25Feb09
+mvw  Don't try to copy empty jobs (e.g. with jobbytes == 0)
+     which gives Unable to get Job Volume Parameters errors.
+     Which leads to copying the same job over and over again.
 21Feb09
 kes  Ensure that src/qt-console/.libs is cleaned properly
 20Feb09