Can anybody give me a tip why I get "Unimplemented Verify level" when I try
to make a verify but specified "Level = VolumeToCatalog"? I´m using Bacula
1.38.11 



Just the important (it make´s no difference if I specify the Level in the
JobDefs or directly in the Job):

JobDefs {
  Name = "Vorlage1"
  Type = Backup
  Level = Incremental
  FileSet = "Lin - Wurzel"
  Schedule = "Standard"
  Storage = Autochanger
  Spool Data = yes
  Messages = Standard
  Pool = Hauptpool-1
  Priority = 10
}

JobDefs {
  Name = "Vorlage2"
  Type = Verify
  Level = VolumeToCatalog
  Schedule = "Standard"
  Storage = Autochanger
  Messages = Standard
  Pool = Hauptpool-1
  Priority = 15
  Maximum Concurrent Jobs = 1
}

Job {
  Name = "lsw-admin - Wurzel"
  Client = "lsw-admin-fd"
  JobDefs = "Vorlage1"
  FileSet = "Lin - Wurzel - ohne DB"
  Maximum Concurrent Jobs = 2
}

Job {
  Name = "Verify lsw-admin - Wurzel"
  Client = "lsw-admin-fd"
  JobDefs = "Vorlage2"
  FileSet = "Lin - Wurzel - ohne DB"
  Verify Job = "lsw-admin - Wurzel"
}


-----------------------------------------
*status dir

Scheduled Jobs:
Level          Type     Pri  Scheduled          Name               Volume
============================================================================
=======
Full           Verify    15  25-Jan-07 08:54    Verify lsw-admin - Wurzel


*messages

25-Jan 08:54 swlinbck2-dir: Start Verify JobId=1882 Level=Full
Job=Verify_lsw-admin_-_Wurzel.2007-01-25_08.54.00
25-Jan 08:54 swlinbck2-dir: Verify_lsw-admin_-_Wurzel.2007-01-25_08.54.00
Fatal error: verify.c:277 Unimplemented Verify level 70(F)
25-Jan 08:54 swlinbck2-dir: Verify_lsw-admin_-_Wurzel.2007-01-25_08.54.00
Error: Bacula 1.38.11 (28Jun06): 25-Jan-2007 08:54:02
  JobId:                  1882
  Job:                    Verify_lsw-admin_-_Wurzel.2007-01-25_08.54.00
  FileSet:                Lin - Wurzel - ohne DB
  Verify Level:           Full
  Client:                 lsw-admin-fd
  Verify JobId:           0
  Verify Job:             lsw-admin - Wurzel
  Start time:             25-Jan-2007 08:54:02
  End time:               25-Jan-2007 08:54:02
  Files Examined:         0
  Non-fatal FD errors:    0
  FD termination status:
  Termination:            *** Verify Error ***



I don´t know from where he get "Verify Level:   Full" - If I start the same
Verify Job over the console I can start it without any changes and it run
successfully:

Run Verify job
JobName:     Verify lsw-admin - Wurzel
FileSet:     Lin - Wurzel - ohne DB
Level:       VolumeToCatalog
Client:      lsw-admin-fd
Storage:     Autochanger
Pool:        Hauptpool-1
Verify Job:  lsw-admin - Wurzel
When:        2007-01-25 09:26:27
Priority:    15
OK to run? (yes/mod/no)



Greetings,
User100



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to