c mu <cmu.trash <at> gmail.com> writes:

> 
> Hi,
> when my migration job is runnig, then I think that there's no data
> spooling happening. Is the job running and
> I'm looking into the spool directory then there is no content. Is that 
> correct?
> 
If there are no spool files created under your spool directory then
indeed no data spooling is happening. When you set data spooling
you automatically get attribute spooling so there should normally
be 2 files per Job created there.


> thanks for helping me!
> 
> my configuration:
> 
> Schedule {
>   Name = "migrate"
>   Run = Level=Full Pool=B2D-full Spooldata=yes Priority=11  1st sun at 10:20
> }
> 
Looking at the code the above probably won't work as the spooling enabling
is copied from the Job definition so any override is lost when the Job
has no data spooling enabled.

> Job {
>   Name = "migrate"
>   JobDefs = "DefaultJob"
>   Type = Migrate
>   Level = Full
>   Pool = B2D-full
>   Selection Type = Volume
>   Selection Pattern = "full"
>   Schedule = migrate
>   Priority = 11
> }
Probably when you insert a Spool Data = yes into the above Job things
will start working.


-- 
Marco van Wieringen                   [email protected]
Bareos GmbH & Co. KG                  Phone: +49-221-63069389
http://www.bareos.com                     

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
                 P. Storz, M. v. Wieringen


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