> 
> On Mon, Apr 6, 2009 at 5:19 PM, (private) HKS <hks.priv...@gmail.com>
> wrote:
>> Bacula 2.2.8 on OpenBSD 4.4 in a mixed OS environment.
>>
>> I'm introducing tape backups into a disk-only backup scheme, and trying
>> to figure out what the best way to do so is. Right now, I think the
>> best option is to modify my schedules from this:
>>
>> Schedule {
>>  Name = "WeeklyCycle"
>>  Run = Full 1st sun at 2:05
>>  Run = Differential 2nd-5th sun at 2:05 Run = Incremental mon-sat at
>>  2:05
>> }
>>
>> To something like this:
>>
>> Schedule {
>>  Name = "WeeklyCycle"
>>  Run = Full 1st sun at 2:05
>>  Run = Differential 2nd-5th sun at 2:05 Run = Incremental mon-sat at
>>  2:05
>>  Run = Level=Full Storage=Tape Pool="Tape Pool" mon at 10:05
>> }
>>


you could use upcoming 3.0 version and copy jobs. 
http://www.bacula.org/manuals/en/concepts/concepts/
New_Features.html#SECTION00520000000000000000

you could copy the disk-full backup to a tape not disturbing the disk-
backup scheme.

- Thomas


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to