Sorry---yes. You still need to set a "Pool" as well, but it will be overridden by the correct one for the level.

e.g.

Job {
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia"
  JobDefs = "hou5144437.clientes.cloudbackup.ramattack.net-fd_defs"
  Type = Backup
  Schedule = BASICO_MON_1300
  Pool = catalogo_BACK107001_incr  # Needed, but ignored
  Full Backup Pool = catalogo_BACK107001_full
  Differential Backup Pool = catalogo_BACK107001_diff
  Incremental Backup Pool = catalogo_BACK107001_incr
  Priority = 5
  Max Full Interval = 32 days
  Accurate = Yes
  FileSet = "hou5144437.clientes.cloudbackup.ramattack.net_backup_fileset"
Write Bootstrap = "/expert/baculadata/Bootstrap/hou5144437.clientes.cloudbackup.ramattack.net-fd.bsr" RunAfterJob = "/expert/scripts/scripts-jobs-post-pre/generar_cache_catalogo.sh %i %h %l BACK107001 0"
}


You definitely need just one job for the Full/Diff/Incr, so Bacula knows
the backups are related.


Not this:

Job {
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_full"
  ...
}

Job {
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_diff"
  ...
}

Job {
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_incr"
  ...
}



You want this:

Job {
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia"
  Pool = catalogo_BACK107001_incr  # Needed, but ignored
  Full Backup Pool = catalogo_BACK107001_full
  Differential Backup Pool = catalogo_BACK107001_diff
  Incremental Backup Pool = catalogo_BACK107001_incr
  ...
}


--
Graham

On Wed, 1 Jun 2022, ego...@ramattack.net wrote:


And by the way...


I tried to set this way :


  Full Backup Pool = NameOfFullPool
  Incremental Backup Pool = NameOfIncrPool
  Differential Backup Pool = NameOfDiffPool


But bacula-dir told me that I needed to specify a pool.... So.. I separated
the job in 3 jobs each one with it's pool....


Cheers,

 


El 2022-05-31 23:27, Graham Sparks escribió:

      ATENCION
      ATENCION
ATENCION!!! Este correo se ha enviado desde fuera de la organizacion. No pi
nche en los enlaces ni abra los adjuntos a no ser que reconozca el remiten
      te y sepa que el contenido es seguro.

      Hello,

      The Pool used shouldn't matter, provided that it is the same Job.

      Can I check that you have one Job (per client) with different level Pools
      defined:

      e.g.

      Job {
        Name = BackupForClientX
        Client = client-x
        Schedule = WeeklyCycle
        Full Backup Pool = NameOfFullPool
        Incremental Backup Pool = NameOfIncrPool
        Differential Backup Pool = NameOfDiffPool
        ...
        ...
      }

      and also a schedule that defines the job Level:

      e.g.

      Schedule {
        Name = WeeklyCycle
        Run = Level=Full 1st sun at 01:00
        Run = Level=Differential 2nd-5th sun at 01:00
        Run = Level=Incremental mon-sat at 01:00
      }


      There's a very good example of using pools for different levels of backup
      in the "Automated Disk Backup" section of the manual:

https://www.bacula.org/11.0.x-manuals/en/main/Automated_Disk_Backup.html#SE
      CTION0031300000000000000000

      Thanks.
      -- 
      Graham


      On Tue, 31 May 2022, egoitz--- via Bacula-users wrote:


            Hi mates,


One little question. I have been doing some checks this afternoon. I have a

            full pool, a differential one, incremental one, month-archival-pool 
and
year-archival-pool. If I do a full backup in the pool full obviously it end
            s
            up fine. I can even restore from it. But if I wanted to do now, a
            differential backup it sais me :

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

            But the fact is the backup exists!, but in the full pool obviously 
not in
            the differential pool.

I have done all this checks in very few minutes (perhaps a couple, three), 
            I
            was wondering if perhaps Bacula 11 needs some time for noting that 
a full
            backup exists in another pool of the catalog. Or else, could you 
know, why
could it that be happening?. Until now, I have just worked with a pool, and

            have never had this issue... but it's time to make better things :) 
:) and
            Bacula sais that... perhaps it needs some time?.



            Cheers!!





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


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

Reply via email to