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 thisdirective.

When I use the following SQL query directly on PostgresSQL, resultlist 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to