Hi bacula-users
I would to know if the include clause "verify = isd5" is correct if applied on 
a verify job with Level = VolumeToCatalog.
As is wrote in documentation it seems that only for Level=Catalog or 
Level=DiskToCatalog the verify clause is correct.
So, what file's  attribute are verified in Level = VolumeToCatalog,  just 
MD5/SHA1 signatures?

Best Regards

Example of my configuration
server-dir Version: 2.4.3 (10 October 2008) Linux Cross-compile Win32

Job {
  Name = "SERVER1"
  Client = server1-fd
  Type = Backup
  Level = Full
  FileSet = "fileset-server1"
  Schedule = "Ciclo2"
  Storage = FileServer1
  Messages = SERVER1
  Pool = SERVER1
  Priority = 4
  Write Bootstrap = "C:\\admin\\Backup\\bacula\\server1-full.bsr"
}

Job {
  Name = "SERVER1-Verify"
  Type = Verify
  Verify Job = SERVER1
  Level = VolumeToCatalog
  Client = server2-fd
  FileSet = "fileset-server1"
  Messages = SERVER1
  Storage = FileServer1
  Pool = SERVER1
  Schedule = "Ciclo-Verifiche"
  Priority = 8
}

FileSet {
  Name = "fileset-server1"
  Enable VSS = no
  Include {
    Options {
      signature = MD5
      compression = GZIP1
      ignore case = yes
      portable = yes
      checkfilechanges = yes
                verify = isd5
    }
    File = "E:/SOLE.24"

  }
}

Cordiali saluti

Angelo Iorli

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to