> > Is there a job definition missing or something else?
> > 
> > Job {
> > 
> >         Name = "copy-full-to-tape"
> >         JobDefs = "DefaultJob"
> >         Type = Copy
> >         Pool = Full
> >         Level = Full
> >         Schedule = "copy-to-tape"
> >         Selection Type = SQLQuery
> >         Selection Pattern = "select * from Job where Level = 'F' AND
> >         Jobstatus in('W','T') AND(endtime between (NOW() - INTERVAL '6'
> >         DAY) AND NOW()) AND clientid
> >         in(2,12,14,16,20,21,22,23,24,29,31,35,36,37,39,40,42,45,47,48,50,
> >         51,64);" Spool Data = yes
> >         Priority = 15
> > 
> > }
> > 
> > thanks.
> 
> unfortunately, I can confirm the same. I think the problem is, due to the
> fact that bareos is NOT able to use more than one volume/storage. so when
> you do a copy, it's taking job by job, and because only one volume can be
> opened at a time from the source pool, it's taking the jobs one by one.
> 
> This scenario could work for the Backup jobs, because there the sources are
> the fd's ( instead of bareos pools ) which bareos can handle multiple at a
> time.

Aren't you sure about the use of right parameters

Well in documentation here
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#QQ2-1-203
you will see in the table that default for parameter
Maximum Concurrent Jobs = positive-integer      1 

Which make sense in most case, now in your wanted solution, I would start
to check if changing this value for your Copy/Migrate job do it.


-- 

Bruno Friedmann 
 Ioda-Net Sàrl www.ioda-net.ch
 Bareos Partner, openSUSE Member, fsfe fellowship
 GPG KEY : D5C9B751C4653227
 irc: tigerfoot

openSUSE Tumbleweed
Linux 4.9.3-1-default x86_64 GNU/Linux, nvidia: 375.26
Qt: 5.7.1, KDE Frameworks: 5.29.0, Plasma: 5.8.5, kmail2 5.4.0

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to