Hi

I am confused why I am getting this error:


03-Sep 22:00 bacula-dir JobId 2481: Fatal error: verify.c:73 Unimplemented 
Verify level 73(I)
03-Sep 22:00 bacula-dir JobId 2481: Error: Bacula bacula-dir 11.0.6 (10Mar22):

—snip—

 Verify Level:           Incremental
 Verify JobId:           0
 Files Examined:         0
 Non-fatal FD errors:    1
 FD termination status:  
 Termination:            *** Verify Error ***

The Verify Level shown above is definitely wrong, here is the definition (and 
it sets Data as Level!)(I removed the schedule resource name):

Job {
  Name = “job1-verify"
  Level = "Data"
  Pool = “pool1"
  FullBackupPool = “pool1"
  IncrementalBackupPool = “pool2"
  Fileset = “users"
  VerifyJob = “job1"
  JobDefs = “jdef1-verify"
  Enabled = yes
  AllowIncompleteJobs = no
  AllowDuplicateJobs = no
}
JobDefs {
  Name = “jdef1-verify"
  Type = "Verify"
  Level = "Data"
  Messages = "Standard"
  Storage = “storage1"
  Pool = "Default"
  Client = “client-fd"
  Fileset = "EmptyFileset"
  WriteBootstrap = "/bootstrap/%c_%n.bsr"
  Priority = 40
}

Any ideas?

Thanks for your time,
 J/C




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

Reply via email to