Hey,
is it somehow possible to use a Full backup from a different job for an 
incremental backup of another job?

I have jobs for clients which run under a "normal" schedule (differential 
daily, full weekly). Some Server need to be backed up hourly. What I'd 
like to do is use the full or differential backup from the night before 
and from there start the incremental backups. The thing is that at night a 
script to dump all mysql-databases is called by bacula. I want mysqldump 
to run only at night, during the day I backup the binary logs. I have a 
solution for this, which is to simply run mysqldump via cronjob before 
bacula starts its work, but if this is solvable with bacula, I'd prefer 
that way

Job {
  Name = "iqdev"
  JobDefs = "Default"
  Client = iqdev-fd
  FileSet = "iqdev"
  Schedule = "imiqCycle"
  RunScript {
      Command = "/root/bin/backup_mysql"
      RunsOnClient = Yes
      FailJobOnError = No
      RunsOnFailure = Yes
      RunsWhen = Before
  }
}

Job {
  Name = "iqdevhourly"
  JobDefs = "Default"
  Client = iqdev-fd
  FileSet = "iqdev"
  Schedule = "imiqHourlyCycle"
}

Thanks, Chris
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to