Hello.
I've tried to use such backup scheme:

- Full backups => Tape device
- Incremental backups => HDD

But always when i'm trying to start incremental job backups after doing full, 
i'm getting: 

> No prior Full backup Job record found.
> No prior or suitable Full backup found in catalog. Doing FULL backup.


Here is defaults for my jobs:
JobDefs {
  Name = "Windows Full"
  Schedule = "WeeklyCycle"
  Storage = Autochanger
  Messages = Standard
  Priority = 10
  Write Bootstrap = "/var/bacula/%c.bsr"
  Type = Backup
  Level = Full
  FileSet= "Windows 2008"
  Pool = Default
}

JobDefs {
  Name = "Windows Incremental"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Priority = 10
  Write Bootstrap = "/var/bacula/%c.bsr"
  Type = Backup
  Level = Incremental
  FileSet= "Windows 2008"
  Pool = Default
}

Job {
    Name = "mail4srv-full"
    JobDefs = "Windows Full"
    Client = "mail4srv-fd"
    Enabled = no
}

Job {
    Name = "mail4srv-inc"
    JobDefs = "Windows Incremental"
    Client = "mail4srv-fd"
    Enabled = no
}


So i'm using different job names, but shared FileSet and Pool.

In console i'm running "mail4srv-full", and after backup completes - 
"mail4srv-inc" and getting again "full" backup :(.

+----------------------------------------------------------------------
|This was sent by vas...@me.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to