Hi 
Using Bacula V 7.2.0 and fairly new to bacula

I have a job definition as below, the backups themselves are working
However the base job, shows a level of full in the console (should it show a 
level of base ??) and the full job is about the same size as the base job.
So to me it looks like the "base" functionality isn't working.
The underlying storage snapshot size is minimal, so there is very little file 
change in the target.

The logs dont seem to tell me anything about the base functionallity being 
active

Can anyone see what I have got wrong ?
How do I debug this ?

Thanks in advance
Mark


#
# ITC-CLG Backup Definition
#

JobDefs {
  Name = "ITC-CLG"
  Type = Backup
  Level = Full
  Client = peg-backup2015-fd
  Storage = BackupFile
  Messages = Standard
  FileSet = ITC-CLG-Fileset
  RunScript {
            RunsWhen = Before
            FailJobOnError = Yes
            Command = "net use w: \\\\10.151.254.220\\CLG-DATA /user:bacula 
C0smicR*y"
            RunsOnClient = yes
  }
  RunScript {
            RunsWhen = After
            FailJobOnError = No
            Command = "net use w: /delete"
            RunsOnClient = yes
  }

}
Job {
  Name = "ITC-CLG-Base"
  Level = Base
  JobDefs = "ITC-CLG"
  Pool =  ITC-CLG-DR-Base
  Schedule = "BaseQuarterly-ITC-CLG"
}

Job {
  Name = ITC-CLG-Full
  Base = ITC-CLG-Base
  Accurate = yes
  JobDefs = "ITC-CLG"
  Pool =  ITC-CLG-DR-Backup
  Schedule = "WeeklyFull-ITC-CLG"
}

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to