I've been playing with verifies and they seem to pass
when they should fail. 

Here are the two jobs I am doing:

Job {
  Name = "Video to DLT-Archive"
  Type = "Backup"
  Level = "Full"
  Client = bench-fd
  Fileset = "Video-DLT"
  Messages = Standard
  Pool = Video-DLT4
  Storage = FastStor1
}
Job {
  Name = "Video to DLT-Verify"
  Type = Verify
  Level = VolumeToCatalog
  Client = bench-fd
  Fileset = "Video-DLT"
  Pool = Video-DLT4
  Storage = FastStor1
  Messages = Standard
}

And the fileset:

FileSet {
  Name = "Video-DLT"
  Include {
    Options {
      signature = MD5
      verify = 5        #compare the MD5 sig
    }
    File = /video/dlt
  }

I simply put a text file in /video/dlt, backed it up,
changed the test and verified. It passed the verify,
it also passed when I added another file to ../dlt.
What am I doing wrong? 

I'm also interested in a contractor who can look at my
exceptionally simple backup requirements, correct my
conf files and/or fix what problems I have (hardware
all seems worked out now). If anyone is interesed
please email me OUTSIDE OF THE LIST :}

Thanks much

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to