Bacula-users

[Bacula-users] incremental from different job

2009-07-20 06:29:30
Subject: [Bacula-users] incremental from different job
From: C.Keschnat AT internet-mit-iQ DOT de
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 20 Jul 2009 11:57:51 +0200
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>