Bacula-users

[Bacula-users] Bacula Using Incr. Vol. instead of Full Vol.

2010-04-26 13:56:47
Subject: [Bacula-users] Bacula Using Incr. Vol. instead of Full Vol.
From: ikkysleepy <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 26 Apr 2010 13:54:07 -0400
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 &#123;
&nbsp; Name = "Backup-Drive1"
&nbsp; Enabled = yes
&nbsp; Client = "Backup-fd"
&nbsp; FileSet = "BackupSet"
&nbsp; Schedule = "ScheduleBackup"
&nbsp; Write Bootstrap = "/var/bacula/working/%n.bsr"
&nbsp; Pool = "IncrBackup"
&nbsp; Storage = "Backup-sd"
&nbsp; Type = Backup
&nbsp; Level = Incremental
&nbsp; Priority = 10
&nbsp; Messages = Standard

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


Schedule &#123;
&nbsp; Name = "ScheduleBackup"

&nbsp; # Run incremental on m-f
&nbsp; Run = Level=Incremental mon-fri at 23&#58;55

&nbsp; # Run Full backup on 1st sat of each quarter
&nbsp; Run = Level=Full Pool="FullBackup" on jan 1st sat at 23&#58;00
&nbsp; Run = Level=Full Pool="FullBackup" on apr 1st sat at 23&#58;00
&nbsp; Run = Level=Full Pool="FullBackup" on jul 1st sat at 23&#58;00
&nbsp; Run = Level=Full Pool="FullBackup" on oct 1st sat at 23&#58;00
&#125;



# Full pool definition
Pool &#123;
&nbsp; Name = FullBackup
&nbsp; Pool Type = Backup
&nbsp; Recycle = yes
&nbsp; AutoPrune = yes
&nbsp; Volume Retention =&nbsp; 3 months
&nbsp; LabelFormat = "FullBackup"
&nbsp; Volume Use Duration = 3 months
&nbsp; Maximum Volume Jobs = 1
&nbsp; Maximum Volume Bytes = 650GB
&#125;

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

+----------------------------------------------------------------------
|This was sent by ikkysleepy AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
_______________________________________________
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>