Hi all,
i tried to setup Bacula 5 according to the "main" Manual with different 
Pools for servers, clients, full and incremental. I backup to a USB-disk 
on OpenSUSE 11.1 64.
The status mail for yesterdays incremental backup reads:

17-Feb 22:00 gold-dir JobId 4: No prior Full backup Job record found.
17-Feb 22:00 gold-dir JobId 4: No prior or suitable Full backup found in 
catalog. Doing FULL backup.
17-Feb 22:00 gold-dir JobId 4: Start Backup JobId 4, 
Job=dailyBackupGold.2010-02-17_22.00.00_03

The full backup ran 16.02.2010:

16-Feb 18:17 gold-dir JobId 1: Start Backup JobId 1, 
Job=weeklyBackupGold.2010-02-16_18.17.00_02
16-Feb 18:17 gold-dir JobId 1: Created new Volume "goldFullPool-0001" in 
catalog.

The (i think) concerning parts of the bacula-dir.conf is:
JobDefs {
   Name = "BackupJobDefs"
   Type = Backup
   Write Bootstrap = "/opt/bacula5/var/bacula/working/%c.bsr"
   Messages = Standard
   Pool = File
   Priority = 10
   Storage = File
   Max Start Delay = 7200
}

Job {
   Name = "dailyBackupGold"
   JobDefs = "BackupJobDefs"
   Client = gold-fd
   FileSet = "goldFileSet"
   Pool = "server"
   Level = Incremental
   Incremental Backup Pool = "goldIncrementalPool"
   Schedule = "serverDailySchedule"
}

Job {
   Name = "weeklyBackupGold"
   JobDefs = "BackupJobDefs"
   Client = gold-fd
   FileSet = "goldFileSet"
   Pool = "server"
   Level = Full
   Full Backup Pool = "goldFullPool"
   Schedule = "serverWeeklySchedule"
}

Schedule {
   Name = "serverDailySchedule"
   Run = Level=Incremental Pool="goldIncrementalPool" mon-thu at 22:00
}

Schedule {
   Name = "serverWeeklySchedule"
   Run = Level=Full Pool="goldFullPool" fri at 22:00
}

I did changed the schedules a several times to force a full backup last 
wednesday but not the Filesets.
Could anybody please help me find my configuration mistake? I do not 
know what to test or look at next.

Thanks a lot
Malte Mueller

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to