Bacula-users

Re: [Bacula-users] Re : Re: Problem with Verify Jobs

2009-07-09 04:46:28
Subject: Re: [Bacula-users] Re : Re: Problem with Verify Jobs
From: Christoph Kaminski <mangel AT gmx DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 09 Jul 2009 10:41:33 +0200
Oliv Mo schrieb:
> 
> 
>  Hi,
> 
> Could you please complete your post by sharing the jobdefs these job 
> reffer to ? Have you check if the file to verify exist in the directory 
> "/etc/exports" with appropriate rights ?
> 
> Cheers,
> 

sure

JobDefs {
   Name = "DefaultInitCatalog"
   Type = Verify
   Level = InitCatalog
   Messages = Standard
   Storage = lilith-sd
   Pool = Weekly
}

JobDefs {
   Name = "DefaultVerifyJob"
   Type = Verify
   Level = Catalog
   Schedule = "VerifyCycle"
   Messages = Standard
   Storage = lilith-sd
   Pool = Weekly
}

the export file is not there on this host. The Job is common for all 
hosts here. Here the FileSet:

FileSet {
     Name = "Verify Set"
     Include {
       Options {
         verify = pins1
         signature = SHA1
       }
       File = /boot
       File = /bin
       File = /sbin
       File = /usr
       File = /lib
       File = /root/.ssh
       File = /etc/ssh
       File = /etc/security
       File = /etc/exports
       File = /etc/sysctl.conf
       File = /etc/services
       File = /etc/hosts
       File = /etc/hosts.allow
       File = /etc/hosts.deny
       File = /etc/modules
       File = /etc/modprobe.d
       File = /etc/pam.d
       File = /etc/resolv.conf
       File = /etc/init.d
     }
}

Greetz

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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>
  • Re: [Bacula-users] Re : Re: Problem with Verify Jobs, Christoph Kaminski <=