Hello Eric

Thanks for answer me.
I've noticed that the problem is only in verify job.
In the manual letter "M" is a correct configuration.
https://www.bacula.org/11.0.x-manuals/en/main/Configuring_Director.html#accuratemode

Find for "accurate=<options>"

My FileSet is correct.
===========================================
FileSet {
  Name = "FileSet_Fabiane"
  Ignore FileSet Changes = yes
  Include {
    Options{
      wilddir = "C:/Program Files/Bacula/working"
      exclude = yes
    }
    Options {
      signature = md5
      compression = gzip
      onefs = no
      ignorecase = yes
      accurate = pinsM # works fine
      verify = pins5       # with M doesn't work
    }
    File = "C:/Arquivos de Programas RFB"
    File = "C:/Program Files/Bacula/bacula-fd.conf"
  }
}

===========================================

Best regards

*Wanderlei Hüttel*



Em ter., 16 de mar. de 2021 às 13:46, Eric Bollengier <
e...@baculasystems.com> escreveu:

> Hello,
>
> On 3/16/21 17:43, Wanderlei Huttel wrote:
> > Hello
> >
> > Today I've had time and could upgrade Bacula 9.6.7 to Bacula 11.0.1.
> Almost
> > everything was fine, but when I was tried to start Bacula I'm receiving
> > some errors because of Accurate and Verify options. I usually had this
> > options:
> >  - accurate = pinsM
> >  - verify = pinsM
> >
> > If I run "bacula-dir -t" I receive the following errors:
>
> I believe that now we check the options in the fileset while before
> errors were silently ignored. Many users were using "accurate = yes" at
> this place for example.
>
> Not sure that M is a valid option as mentioned in the error message, I
> would suggest to fix the fileset :-)
>
> Best Regards,
> Eric
>
>
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to