Am Dienstag, 24. März 2015 15:22:39 UTC+1 schrieb philipp.storz:
> Am 24.03.2015 um 15:15 schrieb Bernd Wollny:
> > Hello, 
> > If you define a Schedule/JobDef you have to define a Storage. 
> > Is there a way to say bareos to store the Full-Backup to tape and the 
> > Differential/Incremental to disk? . 
> > 
> > I know there is a copy job. This may be a workaround .. But this takes too 
> > long 
> > 
> > 
> > Best regards, 
> >    Bernd
> > 
> 
> Yes, please see 
> http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-1010008.4
> (Schedule Resource)
> 
> You can use job overrides to change settings for a triggered run:
> 
>  Run = <job-overrides> <date-time-specification>
> 
> See the example:
> 
> Schedule {
>   Name = "MonthlyCycle"
>   Run = Level=Full Pool=Monthly 1st sun at 2:05
>   Run = Level=Differential 2nd-5th sun at 2:05
>   Run = Level=Incremental Pool=Daily mon-sat at 2:05
> }
> 
> I guess you are looking for
> 
> "FullPool="
> "DifferentialPool=" and
> "IncrementalPool="
> 
> and/or
> 
> "Storage=" overrides.
---------------------------
> 
> 
> You can also link the pool to a certain storage by setting a Storage in the 
> Pool Definition, see:
> 
> http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirPoolStorage
> 
> This will automatically select the linked storage for a certain pool which 
> will also work if you
> trigger a job manually.
> 
> Best regards,
> 
> Philipp
> 

Hi Philipp, 
thank you .. 
store overwrite is that what I am looking for .... so I hope It will run this 
weakend


Bye
   Bernd

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