Bacula-users

[Bacula-users] Bacula not running correct job type

2009-09-11 20:35:22
Subject: [Bacula-users] Bacula not running correct job type
From: "Joseph L. Casale" <JCasale AT activenetwerx DOT com>
To: "'bacula-users AT lists.sourceforge DOT net'" <bacula-users AT lists.sourceforge DOT net>
Date: Sat, 12 Sep 2009 00:20:21 +0000
I have a schedule defined as follows:

Schedule {
  Name = "Server Data Weekly Cycle"
  Run = Level=Full mon at 18:00
  Run = Level=Differential tue-fri at 18:00
}

A job as follows:

Job {
  Name = "Backup-Data-client"
  Client = client-fd
  JobDefs = "Default"
  Pool = "Svr_Data"
  Storage = name
  FileSet = "fileset"
  Schedule = "Server Data Weekly Cycle"
  Priority = 1
  RunScript {
      RunsWhen = Before
      FailJobOnError = Yes
      Command = "C:/Scripts/%l-Backup.cmd"
  }
}

A JobDef as follows:

JobDefs {
  Name = "Default"
  Type = Backup
  Priority = 1
  Accurate = yes
  Write Bootstrap = "/var/lib/bacula/%c_%n.bsr"
  Messages = Standard, Alert
}


When I run it the first time, it does a FULL, when I add data, and
run it again, it does am Incremental?

What am I missing? I was expecting a Differential?
Thanks,
jlc

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users