Bacula-users

[Bacula-users] help Level = VolumeToCatalog

2011-05-02 11:02:06
Subject: [Bacula-users] help Level = VolumeToCatalog
From: Angelo Iorli <angelo.iorli AT connectinformatica DOT it>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 2 May 2011 16:59:36 +0200

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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] help Level = VolumeToCatalog, Angelo Iorli <=