I have read the manual for verify jobs and I don't understand what the 
directive "Verify Job" does.
The other question is where do i need to declare this?

http://www.bacula.org/en/dev-manual/Configuring_Director.html#SECTION001430000000000000000
says If I run a verify job without this directive the last job run will 
be compared to catalog.

I've made an test with running a job manually and afterwards running a 
verify job which was without the "Verify Job" directive.
Result was, that the job only verifies what is declared for it in the 
config:

JobDefs {
   Name = def_verify_home
   Type = Verify
   Level = VolumeToCatalog
   FileSet = home_dir
   Pool = daily_pool
   Storage = daily_storage
   Max Start Delay = 3600
   Max Wait Time = 3600
   Max Run Time = 3600
   Messages = default
   Priority = 10
}

Job {
Name = "trac-test-verify_home"
JobDefs = def_verify_home
Client = trac-test-fd
}

which verifies a job with name trac-test-backup_home and fileset "home_dir".


Last job that was run:

galactica-backup_src which is another client (galactica) and another 
fileset (src_dir).

If you need further configuration info please let me know.

Best Regards,
Gunnar Thielebein

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to