Thank you for bringing this up, John, and thank you for reviewing the code,
Martin.

I have submitted a documentation bug report in the bacula gitlab.

Regards,
Robert Gerber
402-237-8692
r...@craeon.net


On Thu, Jan 9, 2025 at 6:33 AM Martin Simmons <mar...@lispworks.com> wrote:

> According to the code, it also allows 6, 7 and 8:
>
>             case '6':                 /* compare XXHASH64 */
>                do_Digest = CRYPTO_DIGEST_XXHASH64;
>                break;
>             case '7':                 /* compare XXH3_64 */
>                do_Digest = CRYPTO_DIGEST_XXH3_64;
>                break;
>             case '8':                 /* compare XXH3_128 */
>                do_Digest = CRYPTO_DIGEST_XXH3_128;
>                break;
>
> __Martin
>
>
> >>>>> On Wed, 8 Jan 2025 17:18:47 -0500, John Lockard said:
> >
> > Within options I can specify a Signature of XXHASH.
> > Is there a way I can reference this with the Verify setting?
> >
> > >From the manual it appears my only Verity options are:
> >   1 - SHA1
> >   2 - SHA256
> >   3 - SHA512
> >   5 - MD5
> >
> > Thanks,
> > -John
> >
> > --
> > - Adaptability -- Analytical --- Ideation ---- Input ----- Belief -
> > -------------------------------------------------------------------
> >          John M. Lockard |  U of Michigan - School of Information
> >           Unix Sys Admin |      Suite 205 | 309 Maynard Street
> >       jlock...@umich.edu |        Ann Arbor, MI  48104-2211
> >  www.umich.edu/~jlockard <http://www.umich.edu/%7Ejlockard> |
> > 734-615-8776 | 734-763-9677 FAX
> > -------------------------------------------------------------------
> > - The University of Michigan will never ask you for your password -
> >
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to