Bacula-users

[Bacula-users] increment backup upgraded to full backup even though full backup was performed.

2008-05-05 12:35:39
Subject: [Bacula-users] increment backup upgraded to full backup even though full backup was performed.
From: Hemant Shah <hjrrs AT yahoo DOT com>
To: baculausers <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 5 May 2008 09:00:54 -0700 (PDT)

Folks,

  Last weekend I tested by bacula setup. I had setup a fullbackup to tape, and another full backup to disk, after the full backups were finished I started schedule for incremental backup. All of my backups were upgraded to a full backup.

Here are the relevant parts of the config:

#bacula-sd.conf

Device
{
  Name = lidp7-File
  Device Type = File
  Media Type = File
  Archive Device = "/backups/backupfiles/lidp7"
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  Maximum Network Buffer Size = 65536
}


#bacula-dir.conf

Storage
{
  Name = lidp7-File
  Address = lidp11
  SDPort = 9103
  Password = "xxxxxxxxxxxxxxxxxxxxxxxxxx"
  Device = lidp7-File
  Media Type = File
  Maximum Concurrent Jobs = 5
}

Pool
{
  Name = lidp7-FullBackupDiskPool
  Pool Type = Backup
  AutoPrune = yes
  Maximum Volume Jobs = 1
  Use Volume _Once_ = yes
  Recycle = no
  Volume Retention = 2 months
  Storage = lidp7-File
  Label Format = "Full-lidp7-${Month:p/2/0/r}-${Day:p/2/0/r}-${Year}"
}

# Incremental backup to disk pool definition
Pool
{
  Name = lidp7-IncrBackupDiskPool
  Pool Type = Backup
  AutoPrune = yes
  Maximum Volume Jobs = 1
  Use Volume _Once_ = yes
  Recycle = no
  Volume Retention = 2 months         # two months
  Storage = lidp7-File
  Label Format = "Incr-lidp1-${Month:p/2/0/r}-${Day:p/2/0/r}-${Year}"
}


Job
{
  Name = lidp7-FullBackupToTape
  Type = Backup
  Client = lidp7-fd
  FileSet = "lidp7 Set"
  Schedule = FullBackupToTape
  Messages = Standard
  Priority = 5
  Pool = FullBackupTapePool
  Write Bootstrap = "/backups/bootstrap/lidp7-FullBackupToTape.bsr"
}

Job
{
  Name = lidp7-FullBackupToDisk
  Type = Backup
  Client = lidp7-fd
  FileSet = "lidp7 Set"
  Schedule = FullBackupToDisk
  Messages = Standard
  Priority = 10
  Pool = lidp7-FullBackupDiskPool
  Write Bootstrap = "/backups/bootstrap/lidp7-FullBackupToDisk.bsr"
}

Job
{
  Name = lidp7-IncrBackupToDisk
  Type = Backup
  Client = lidp7-fd
  FileSet = "lidp7 Set"
  Schedule = IncrBackupToDisk
  Messages = Standard
  Priority = 15
  Pool = lidp7-IncrBackupDiskPool
  Write Bootstrap = "/backups/bootstrap/lidp7-IncrBackupToDisk.bsr"
}


Here are the messages I got from the server:

04-May 22:00 lidp11-dir JobId 89: No prior Full backup Job record found.
04-May 22:00 lidp11-dir JobId 89: No prior or suitable Full backup found in catalog. Doing FULL backup.

Hemant Shah
E-mail: hjrrs AT yahoo DOT com


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users