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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to