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 -- Mit freundlichen Grüßen Philipp Storz [email protected] Bareos GmbH & Co. KG Phone: Phone: +49221630693-92 http://www.bareos.com Fax: +49221630693-10 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 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.
