Bacula-users

Re: [Bacula-users] Base jobs and incremental backups

2011-05-23 17:43:33
Subject: Re: [Bacula-users] Base jobs and incremental backups
From: TipMeAbout <tipmeabout AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 23 May 2011 23:40:17 +0200
Le mercredi 18 mai 2011 j'ai reçu le message suivant:

> > Are there any informations in the log file that prove the first full
> > after a base job is effectively using the base job ?
>> [...]


Hello,

I'm back with news, but not good.

I have done a base job backup of the laptop system through LAN connection (job 
name: laptop-lan_system.basejob). Below the definition of this job:

Job {
        Name= "laptop-lan_system.basejob"
        Enabled= "yes"
        Type= "Backup"
        Level= "Base" # can be defined in the schedule resource
        Client= "laptop-lan"
        FileSet= "system"
        Messages= "Standard"
        Pool= "full"
        Full Backup Pool= "full"
        Differential Backup Pool= "diff"
        Incremental Backup Pool= "incr"
        Schedule= "full_1st_of_month"
        Storage= "VTD_08"
        Priority= 9

}


Then a full backup of this client through WIFI (job name:laptop-wlan_system) 
and mentionning that this job should help itself with the previous base job.  
Below the definition of this job:

Job {
        Name= "laptop-wlan_system"
        Enabled= "yes"
        Type= "backup"
        Base= "laptop-lan_system.basejob"
        Level= "incremental" # can be defined in the schedule resource
        Client= "laptop-wlan"
        FileSet= "system"
        Messages= "Standard"
        Pool= "incr"
        Full Backup Pool= "full"
        Differential Backup Pool= "diff"
        Incremental Backup Pool= "incr"
        Schedule= "incr_everyday_but_1st"
        Storage= "VTD_04"

}

As I have launched manually the full, I have change in command line the level 
and pool of the job laptop-wlan_system to set them to full.


But unfortunately, it take more than 5 hours to do the backup and from the 
report at the end of the backup, it did not take the base job into 
consideration as no line appears to indicate the percentage of use from the 
base job:

  Build OS:               x86_64-redhat-linux-gnu redhat 
  JobId:                  1235
  Job:                    laptop-wlan_system.2011-05-23_08.46.24_03
  Backup Level:           Full
  Client:                 "laptop-wlan" 5.0.3 (04Aug10) x86_64-redhat-linux-
gnu,redhat,
  FileSet:                "system" 2011-03-18 08:47:54
  Pool:                   "full" (From Job FullPool override)
  Catalog:                "bacula" (From Client resource)
  Storage:                "VTD_04" (From Job resource)
  Scheduled time:         23-mai-2011 08:46:06
  Start time:             23-mai-2011 08:46:26
  End time:               23-mai-2011 14:05:18
  Elapsed time:           5 hours 18 mins 52 secs
  Priority:               10
  FD Files Written:       131,130
  SD Files Written:       131,130
  FD Bytes Written:       7,233,904,662 (7.233 GB)
  SD Bytes Written:       7,252,157,429 (7.252 GB)
  Rate:                   378.1 KB/s
  Software Compression:   None
  VSS:                    no
  Encryption:             no
  Accurate:               no
  Volume name(s):         full_vol-027|full_vol-028|full_vol-029
  Volume Session Id:      19
  Volume Session Time:    1306014285
  Last Volume Bytes:      574,149,829 (574.1 MB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK



So what's wrong with my configuration ?

Thanks for your help !

JC


-- 
http://www.tipmeabout.org
http://www.tipmeabout.com

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users