A Full Backup was run but it looks like Incremental Vol. was used instead of 
the Full Vol. 

Here is what happened:
-----------------------------------------------
11G 2010-04-22 21:12 FullBackup0014
56G 2010-04-24 01:31 IncBackup0013
56G 2010-04-24 02:35 IncBackup0017
56G 2010-04-24 03:39 IncBackup0018
56G 2010-04-24 04:45 IncBackup0019
56G 2010-04-24 05:49 IncBackup0020
56G 2010-04-24 06:58 IncBackup0021
56G 2010-04-24 07:52 IncBackup0022
54G 2010-04-24 08:56 IncBackup0023 
total 456G
-----------------------------------------------

I was expecting the results to be like so:
-----------------------------------------------
456G 2010-04-22 21:12 FullBackup0014
0G 2010-04-24 01:31 IncBackup0013
total 456G
-----------------------------------------------

Here are my settings:
Job {
  Name = "Backup-Drive1"
  Enabled = yes
  Client = "Backup-fd"
  FileSet = "BackupSet"
  Schedule = "ScheduleBackup"
  Write Bootstrap = "/var/bacula/working/%n.bsr"
  Pool = "IncrBackup"
  Storage = "Backup-sd"
  Type = Backup
  Level = Incremental
  Priority = 10
  Messages = Standard

  # Enable/Disable Jobs if USB Drive #1 is mounted
  Run Script {
      Runs When = Before
      Runs on Client = Yes
      Fail Job On Error = Yes
      Command = "/etc/bacula/check_usb_drives.sh"
  }
}


Schedule {
  Name = "ScheduleBackup"

  # Run incremental on m-f
  Run = Level=Incremental mon-fri at 23:55

  # Run Full backup on 1st sat of each quarter
  Run = Level=Full Pool="FullBackup" on jan 1st sat at 23:00
  Run = Level=Full Pool="FullBackup" on apr 1st sat at 23:00
  Run = Level=Full Pool="FullBackup" on jul 1st sat at 23:00
  Run = Level=Full Pool="FullBackup" on oct 1st sat at 23:00
}



# Full pool definition
Pool {
  Name = FullBackup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention =  3 months
  LabelFormat = "FullBackup"
  Volume Use Duration = 3 months
  Maximum Volume Jobs = 1
  Maximum Volume Bytes = 650GB
}

# Incremental pool definition
Pool {
  Name = IncrBackup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention =  4 weeks
  LabelFormat = "IncBackup"
  Volume Use Duration = 3  months
  Maximum Volume Jobs = 60
  Maximum Volume Bytes = 60GB
}

+----------------------------------------------------------------------
|This was sent by ikkysle...@gmail.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