Bacula-users

[Bacula-users] Numbers of copied jobs with PoolUncopiedJobs

2012-11-23 09:58:14
Subject: [Bacula-users] Numbers of copied jobs with PoolUncopiedJobs
From: "Olivier L." <olivier AT luckol DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 23 Nov 2012 15:38:43 +0100
Hi all,

when I use the directive PoolUncopiedJobs, bacula copy only 99 jobs. Is there a limitation on the number of jobs that can be copied by this directive.

When I use the following SQL query directly on PostgresSQL, result list it's over 1000 jobs.
SELECT DISTINCT
Job.JobId, Job.Name, Job.level, Job.jobstatus, Job.StartTime, Job.EndTime, Job.jobfiles, Job.jobbytes

FROM Job, Pool
WHERE Pool.Name = '% 1'
   AND Pool.PoolId = Job.PoolId
   AND Job.Type = 'B'
   Job.JobStatus AND IN ('T', 'W')
   AND Job.jobBytes> 0
   Job.JobId AND NOT IN (SELECT FROM Job WHERE type PriorJobId IN
('B', 'C') AND Job.JobStatus IN ('T', 'W')
   AND PriorJobId! = 0)
ORDER by Job.StartTime;


Any idea why it's only 99 jobs on my tape ?

Olivier :)
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
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>