I'm having trouble getting virtual full backups working. I feel like I'm
missing something basic about how they're supposed to be structured, but I
could use help figuring out what it is.

It's also possible I misunderstand the error message -- will it error out
if there aren't 30 jobs to consolidate yet? There are previous jobs with
this definition, but not 30 of them.

Here are the JobDefs:

JobDefs {
  Name = "StaffDesktopIncremental"
  Type = Backup
  Level = Incremental
  Allow Mixed Priority = yes
  Allow Duplicate Jobs = no
  FileSet = "OS X Desktop"
  Schedule = "StaffDesktopIncrementalSked"
  Messages = Standard
  Pool = DataCenterPool
  Accurate = yes
  SpoolAttributes = yes
  Priority = 10
  Write Bootstrap = "/opt/bacula/working/%c.bsr"
  Reschedule On Error = yes
  Reschedule Interval = 6 hours
  Reschedule Times = 3
  # Runscript sections trimmed for brevity...
}

JobDefs {
  Name = "StaffDesktopVFull"
  Type = Backup
  Level = VirtualFull
  Messages = Standard
  Allow Duplicate Jobs = no
  Allow Mixed Priority = yes
  Pool = "DataCenterPool"
  Next Pool = "DataCenterPool"
  File Set = "OS X Desktop"
  Accurate = Yes
  Backups To Keep = 30
  Schedule = "VirtualFullSked"
  Priority = 20
  Delete Consolidated Jobs = yes
}

And the job entries I'm testing with:

Job {
  Name = "eltanin"
  Client = eltanin.math.ucsb.edu-fd
  JobDefs = "StaffDesktopIncremental"
  FileSet = "eltanin"
}

Job {
  Name = "eltanin-vfull"
  Client = eltanin.math.ucsb.edu-fd
  JobDefs = "StaffDesktopVFull"
  FileSet= "eltanin"
}

-- 
David Brodbeck
System Administrator, Department of Mathematics
University of California, Santa Barbara
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to