Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread Graham Sparks

That's OK :).

So now Bacula will show (*status schedule days=1) that there's an 
Incremental at 1300hrs, but it will convert it to a "Full" because it's 
the first backup of the job 
"hou5144437.clientes.cloudbackup.ramattack.net-fd_copia".


If you wanted, you could trigger a full backup manually with
*run level=Full

Note that the information printed before running the job displays
the "Pool=" that is defined, but the correct pool will still be used
when the job starts.

--
Graham

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



Hi mate :) :) :)


I was just checking that while you were writting :) :) :) lol


Thank a lot mate. Very thankful for your help :) :)


Cheers!

 


El 2022-06-01 11:42, 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.

  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 P
ools
  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 ba
ckup
  in the "Automated Disk Backup" section of the manual:

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

  CTION003130

  Thanks.
  -- 
  Graham


  

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread egoitz--- via Bacula-users
Thanks a lot Graham!!! :) :) :) 

That was what we were expecting to see in this testing env :) :) :) 

Very thankful for your help, really :) 

Cheers!

El 2022-06-01 12:12, Graham Sparks escribió:

> ATENCION
> ATENCION
> ATENCION!!! Este correo se ha enviado desde fuera de la organizacion. No 
> pinche en los enlaces ni abra los adjuntos a no ser que reconozca el 
> remitente y sepa que el contenido es seguro.
> 
> That's OK :).
> 
> So now Bacula will show (*status schedule days=1) that there's an Incremental 
> at 1300hrs, but it will convert it to a "Full" because it's the first backup 
> of the job "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia".
> 
> If you wanted, you could trigger a full backup manually with
> *run level=Full
> 
> Note that the information printed before running the job displays
> the "Pool=" that is defined, but the correct pool will still be used
> when the job starts.
> 
> -- 
> Graham
> 
> On Wed, 1 Jun 2022, ego...@ramattack.net wrote:
> 
>> Hi mate :) :) :)
>> 
>> I was just checking that while you were writting :) :) :) lol
>> 
>> Thank a lot mate. Very thankful for your help :) :)
>> 
>> Cheers!
>> 
>> El 2022-06-01 11:42, 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.
>> 
>> 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 P
>> ools
>> 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 ba
>> ckup
>> in the "Automated Disk Backup" section of the manual:
>> 
>> https://www.bacula.org/11.0.x-manuals/en/main/Automated_Disk_Backup.html#SE
>> 
>> CTION003130
>> 
>> 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

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread egoitz--- via Bacula-users
Hi mate :) :) :) 

I was just checking that while you were writting :) :) :) lol 

Thank a lot mate. Very thankful for your help :) :) 

Cheers!

El 2022-06-01 11:42, Graham Sparks escribió:

> ATENCION
> ATENCION
> ATENCION!!! Este correo se ha enviado desde fuera de la organizacion. No 
> pinche en los enlaces ni abra los adjuntos a no ser que reconozca el 
> remitente y sepa que el contenido es seguro.
> 
> 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
>> CTION003130
>> 
>> 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
> 
> ATENCION: Este correo se ha enviado desde fuera de la organización. No pinche 

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread egoitz--- via Bacula-users
I have finally left only one job the following way : 

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
  FULL BACKUP POOL = CATALOGO_BACK107001_FULL 
  INCREMENTAL BACKUP POOL = CATALOGO_BACK107001_INCR
  DIFFERENTIAL BACKUP POOL = CATALOGO_BACK107001_DIFF
  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" 
} 

I have finally added the Pool directive. I though it was not really
needed because you are already specifying which Pool to use 

This way bacula-dir -t succeeds... 

And it seems to work as expected... just that... I have to set a
"Default pool"?? when I don't really have one 

I'm going to keep an eye on it... to see if it works as expected 

A status dir is saying now that plans to do an incremental backup in the
appropiate time and in a volume of the incremental pool... so... 
perhaps it's working now 

I'll keep an eye on it... and will confirm :) :) :) 

Thank you so much mates :) 

Cheers! 

El 2022-06-01 11:17, egoitz--- via Bacula-users escribió:

> 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 
> pinche en los enlaces ni abra los adjuntos a no ser que reconozca el 
> remitente 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#SECTION003130
> 
> 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 ends
> 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

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

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

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

ATENCION: Este correo se ha enviado desde fuera de la 
organización.
No pinche en los enlaces ni abra los adjuntos a no ser que reconozca el
remitente y sepa que el contenido es 

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread Graham Sparks
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
  CTION003130

  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


Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread egoitz--- via Bacula-users
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 
> pinche en los enlaces ni abra los adjuntos a no ser que reconozca el 
> remitente 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#SECTION003130
> 
> 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 ends
>> 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


Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread egoitz--- via Bacula-users
Hi Graham!! 

Sure you can mate :) :) 

There you have attached. I have seen there should not be a time
issue because today I see the same effect... 

For instance, when doing a differential backup in the differential pool
: 

RUN JOB="HOU5144437.CLIENTES.CLOUDBACKUP.RAMATTACK.NET-FD_COPIA_DIFF"
FILESET="HOU5144437.CLIENTES.CLOUDBACKUP.RAMATTACK.NET_BACKUP_FILESET"
LEVEL="DIFFERENTIAL"
CLIENT="HOU5144437.CLIENTES.CLOUDBACKUP.RAMATTACK.NET-FD"
POOL="CATALOGO_BACK107001_DIFF" STORAGE="FILE-BACK107001" PRIORITY="10"
WHEN="2022-06-01 11:06:59" YES 

gives you a : 

_Job queued. JobId=25_
_01-Jun 11:07 node07.cloudbackup.ramattack.net-dir JobId 25: No prior or
suitable Full backup found in catalog. Doing FULL backup._ 

Any help very highly appreciated mates... 

Thank you so much, 

Cheers! 

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

> ATENCION
> ATENCION
> ATENCION!!! Este correo se ha enviado desde fuera de la organizacion. No 
> pinche en los enlaces ni abra los adjuntos a no ser que reconozca el 
> remitente 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#SECTION003130
> 
> 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 ends
>> 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!!## JOB PARA LANZAR BACKUPS
 
Job { 
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_full" 
  JobDefs = "hou5144437.clientes.cloudbackup.ramattack.net-fd_defs" 
  Type = Backup 
  Schedule = BASICO_MON_1300 
  Pool = catalogo_BACK107001_full 
  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" 
} 


 
Job { 
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_diff" 
  JobDefs = "hou5144437.clientes.cloudbackup.ramattack.net-fd_defs" 
  Type = Backup 
  Schedule = BASICO_MON_1300 
  Pool = catalogo_BACK107001_diff 
  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" 
} 


 
Job { 
  Name = "hou5144437.clientes.cloudbackup.ramattack.net-fd_copia_incr" 
  JobDefs = "hou5144437.clientes.cloudbackup.ramattack.net-fd_defs" 
  Type = Backup 
  Schedule = BASICO_MON_1300 
  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" 
} 


### JOB PARA LANZAR BACKUPS ARCHIVADO MENSUAL
Job { 
  Name = 

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-05-31 Thread Graham Sparks

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#SECTION003130

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