Arno Lehmann wrote:
> please reply to the list.

Sorry for that, missed the button.

> I didn't mention it, but you should use two pools. One for the weekly
> full backups with volume use duration set, and one for the daily jobs
> which probably can cycle without any intervention or replacement.
> Setting the retention so that you've always got a usable tape should be
> possible, though.
> 
> Having two pools in one autochanger can be a little difficult, though -
> 1.38 should fix that, and I think with tapes 1.37 is stable enough by now.

 And also sorry for wasting your time, since I didn't seem to have made
myself clear. So I'll post my schedule- and my pool-section now:

[bacula-dir.conf]

Schedule {
  Name = "NightlySave"
  Run = Level=Full Pool=Weekly Friday at 23:00
  Run = Level=Incremental Pool=Daily Monday-Thursday at 23:00
}

Pool {
  Name = Weekly
  Use Volume Once = yes
  Pool Type = Backup
  Recycle = yes
  MaximumVolumeJobs = 1
  AutoPrune = yes
  Volume Retention = 13d
  LabelFormat = Friday-Tape
  RecycleOldestVolume = yes
  Accept Any Volume = no
}

Pool {
  Name = Daily
  Pool Type = Backup
  Recycle = yes
  Maximum Volumes = 2
  MaximumVolumeJobs = 4
  AutoPrune = yes
  Volume Retention = 6d
  LabelFormat = Daily-Tape_
  RecycleOldestVolume = yes
  Accept Any Volume = yes
  Volume Use Duration = 6d
}

[/bacula-dir.conf]

So, I've got two pool for the full and for the incremental backups. The
problem is, that if backups for the Daily-pool fail from e.g. Monday to
Wednesday, the first job on that tape will be the Thursdays-job and the
"Volume Retention" and "Volume Use Duration" will count from then on, so
the intended schedule (using a tape only between Monday to Thursday)
gets trashed.

Is this possible without writing a schedule that contains every week of
the year?

Thanks for any further hint,
Dirk

-- 
Dirk grosse Osterhues <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to