Hello Everyone,

I have made some jobs using a progressive schema and that is running fine,
but because the big space and time wasted I'm trying to implement a base
job in this routine but apparently my basejob is completely ignored.
Someone knows if both resources are incompatible or there is some tips to
do then work together?

Regards,



Those are my jobs conf:

JobDefs {
  Name = "J-default-linux"
  Type = Backup
  Level = Incremental
  FileSet = "Linux-Default"
  Schedule = "Semanal1"
  Messages = Standard
  Pool = Diario
  Full Backup Pool = Mensal
  Differential Backup Pool = Semanal
  Incremental Backup Pool = Diario
  SpoolAttributes = yes
  Priority = 9
  Write Bootstrap = "/opt/bacula/bsr/%c.bsr"
  Accurate = Yes
  Allow Duplicate Jobs = no
  Cancel Queued Duplicates = yes
}
Job {
  Name = "J015666-job"
  Client = "J015666-fd"
  JobDefs = J-default-linux
  Level = Incremental
  Base = "J015666-basejob","J015666-job"
  Pool = Geral
  Incremental  Backup Pool = Geral
  Differential Backup Pool = Geral
  Full Backup Pool = Arquivamento
  Virtual Full Backup Pool = Arquivamento
  Schedule = "Progressivo"
  Backups To Keep = 10
  Delete Consolidated Jobs = Yes
}
Job {
  Name = "J015666-basejob"
  Client = "J015666-fd"
  JobDefs = J-default-linux
  Level = Base
  Pool = Arquivamento
}



-- 
Welington Rodrigues Braga
--------------
Web: http://www.welrbraga.eti.br
Gtalk: welrbraga[*]gmail·com
Yahoo / Skype:  welrbraga
PGP Key: 0x6C7654EB
Linux User #253605

"Em tudo somos atribulados, porém não angustiados; perplexos, porém não
desanimados; perseguidos, porém não desamparados; abatidos, porém não
destruídos;" - 2Co 4:8,9
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to